summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1999-09-04 19:18:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1999-09-04 19:18:29 +0000
commit5bcd51df20b4f6bc8af2e10717d755fe2765da55 (patch)
tree2185afc2990035c25ae3ec5d936cdf7dff7c2856 /print
parentActivate rat. (diff)
change use of DISTNAME and portlint
Notes
Notes: svn path=/head/; revision=21241
Diffstat (limited to 'print')
-rw-r--r--print/a2ps43-letter/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/print/a2ps43-letter/Makefile b/print/a2ps43-letter/Makefile
index d4037da687bd..d80f6ee9ad59 100644
--- a/print/a2ps43-letter/Makefile
+++ b/print/a2ps43-letter/Makefile
@@ -6,11 +6,10 @@
# $FreeBSD$
#
-DISTNAME= a2ps
+DISTNAME= a2ps.V4.3
PKGNAME= a2ps-${PAPERSIZE}-4.3
CATEGORIES= print
MASTER_SITES= ftp://ftp.imag.fr/archive/postscript/format.translators/
-DISTFILES= a2ps.V4.3.tar.gz
MAINTAINER= obrien@FreeBSD.org
@@ -31,7 +30,7 @@ HEIGHT=11.64
A4_PAPERSIZE=1
.else
.BEGIN:
- @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
+ @${ECHO} "Error: invalid value for PAPERSIZE: \"${PAPERSIZE}\""
@${ECHO} "Possible values are: a4 or letter"
@${FALSE}
.endif