aboutsummaryrefslogtreecommitdiffstats
path: root/print/acroread5
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-04-14 21:18:13 +0800
committerasami <asami@FreeBSD.org>2000-04-14 21:18:13 +0800
commit35d4dd0563b990be5e2233ed2a22a268fce9160f (patch)
tree51fa528e3dc8579c72419b8fd2dd17b91b38531d /print/acroread5
parentdf8d202dbc709cf7709d9e5e29efcbdfa032b893 (diff)
downloadfreebsd-ports-gnome-35d4dd0563b990be5e2233ed2a22a268fce9160f.tar.gz
freebsd-ports-gnome-35d4dd0563b990be5e2233ed2a22a268fce9160f.tar.zst
freebsd-ports-gnome-35d4dd0563b990be5e2233ed2a22a268fce9160f.zip
Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
Diffstat (limited to 'print/acroread5')
-rw-r--r--print/acroread5/Makefile2
1 files changed, 1 insertions, 1 deletions
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"