Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
This commit is contained in:
parent
b8909d0812
commit
65edb6c4e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=27518
@ -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"
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user