diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | d38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch) | |
tree | f40aa0fae836f0a8866249f7237e61d83b9feafd /print/acroread/Makefile | |
parent | Update with the new PORTNAME/PORTVERSION variables (diff) |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to '')
-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 0c659a24cb18..18e0274e4f57 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 |