summaryrefslogtreecommitdiff
path: root/print/acroread4
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:41:40 +0000
committerChris Piazza <cpiazza@FreeBSD.org>2000-04-09 17:41:40 +0000
commitd38f7d91c87848913d7b9b0866087c3f5f3b5dff (patch)
treef40aa0fae836f0a8866249f7237e61d83b9feafd /print/acroread4
parentUpdate with the new PORTNAME/PORTVERSION variables (diff)
Update with the new PORTNAME/PORTVERSION variables
Notes
Notes: svn path=/head/; revision=27421
Diffstat (limited to 'print/acroread4')
-rw-r--r--print/acroread4/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile
index 4cff4b62a0e4..34d9e197ec1f 100644
--- a/print/acroread4/Makefile
+++ b/print/acroread4/Makefile
@@ -1,5 +1,4 @@
# New ports collection makefile for: acroread
-# Version required: 4.0
# Date created: 16 November 1996
# Whom: Thomas Gellekum <tg@freebsd.org>
#
@@ -7,14 +6,15 @@
#
.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/
.if ${ARCH} == "i386"
DISTNAME= linux-ar-405
.elif ${ARCH} == "alpha"
DISTNAME= fdec-rs-405
.endif
-PKGNAME= acroread-4.05
-CATEGORIES= print linux
-MASTER_SITES= ftp://ftp-pac.adobe.com/pub/adobe/acrobatreader/unix/4.x/
MAINTAINER= dima@FreeBSD.org