diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/acroread | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/acroread')
-rw-r--r-- | print/acroread/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/print/acroread/Makefile b/print/acroread/Makefile index 0c659a2..18e0274 100644 --- a/print/acroread/Makefile +++ b/print/acroread/Makefile @@ -1,5 +1,4 @@ # New ports collection makefile for: acroread -# Version required: 3.02 # Date created: 16 November 1996 # Whom: Thomas Gellekum <tg@freebsd.org> # @@ -7,15 +6,16 @@ # .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/ .if ${ARCH} == "i386" DISTNAME= ar302lin .elif ${ARCH} == "alpha" DISTNAME= ar302osf .endif -PKGNAME= acroread-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/ EXTRACT_SUFX= .tar.Z MAINTAINER= tg@FreeBSD.org |