Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions

these are used to define other variables.
This commit is contained in:
Satoshi Asami 2000-04-14 13:18:13 +00:00
parent b8909d0812
commit 65edb6c4e2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27518
3 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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"

View File

@ -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"