diff options
author | asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
commit | 35d4dd0563b990be5e2233ed2a22a268fce9160f (patch) | |
tree | 51fa528e3dc8579c72419b8fd2dd17b91b38531d /print/acroread | |
parent | df8d202dbc709cf7709d9e5e29efcbdfa032b893 (diff) | |
download | FreeBSD-ports-35d4dd0563b990be5e2233ed2a22a268fce9160f.zip FreeBSD-ports-35d4dd0563b990be5e2233ed2a22a268fce9160f.tar.gz |
Move down bsd.port.pre.mk inclusion to below PORTNAME/PORTVERSION definitions
these are used to define other variables.
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 27ed242..a7ac7a9 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" |