diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-14 13:18:13 +0000 |
commit | 65edb6c4e22585cd11e6715baa25e173e198269a (patch) | |
tree | d6e5c7c10dd2a35658e2457d905643cdde4fe564 /print/acroread5 | |
parent | b8909d0812149e6658ef30c468b7844a66104f92 (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/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 2 |
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" |