diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
commit | 65edb6c4e22585cd11e6715baa25e173e198269a (patch) | |
tree | d6e5c7c10dd2a35658e2457d905643cdde4fe564 | |
parent | b8909d0812149e6658ef30c468b7844a66104f92 (diff) | |
download | freebsd-ports-65edb6c4e22585cd11e6715baa25e173e198269a.zip |
Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
-rw-r--r-- | print/acroread/Makefile | 2 | ||||
-rw-r--r-- | print/acroread4/Makefile | 2 | ||||
-rw-r--r-- | print/acroread5/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 27ed242b6bbe..a7ac7a9f4de9 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -4,13 +4,13 @@ # # $FreeBSD$ # -.include <bsd.port.pre.mk> PORTNAME= acroread PORTVERSION= 3.02 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/3.x/ \ ftp://sunsite.cnlab-switch.ch/mirror/acrobatreader/unix/3.x/ +.include <bsd.port.pre.mk> .if ${ARCH} == "i386" DISTNAME= ar302lin .elif ${ARCH} == "alpha" diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 1bbc2f661cee..32af4ecb5be6 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -4,12 +4,12 @@ # # $FreeBSD$ # -.include <bsd.port.pre.mk> PORTNAME= acroread PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ +.include <bsd.port.pre.mk> .if ${ARCH} == "i386" DISTNAME= linux-ar-405 .elif ${ARCH} == "alpha" diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 1bbc2f661cee..32af4ecb5be6 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -4,12 +4,12 @@ # # $FreeBSD$ # -.include <bsd.port.pre.mk> PORTNAME= acroread PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/ +.include <bsd.port.pre.mk> .if ${ARCH} == "i386" DISTNAME= linux-ar-405 .elif ${ARCH} == "alpha" |