summaryrefslogtreecommitdiff
path: root/print/acroread
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-14 13:18:13 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-14 13:18:13 +0000
commit65edb6c4e22585cd11e6715baa25e173e198269a (patch)
treed6e5c7c10dd2a35658e2457d905643cdde4fe564 /print/acroread
parentTypo (PORTVERSION -> PORTNAME). (diff)
Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
Notes
Notes: svn path=/head/; revision=27518
Diffstat (limited to 'print/acroread')
-rw-r--r--print/acroread/Makefile2
1 files changed, 1 insertions, 1 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"