aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>2000-04-15 11:02:14 +0000
committerSatoshi Asami <asami@FreeBSD.org>2000-04-15 11:02:14 +0000
commitbe609897b4c8286e6dd69e0ba26196456e0c1b4f (patch)
treec9b1be4c9ad0664fcaa29b46b029af9468574da0
parentec5406e7c4dd76c4fd6dc98aebca6cf5ab751341 (diff)
downloadports-be609897b4c8286e6dd69e0ba26196456e0c1b4f.tar.gz
ports-be609897b4c8286e6dd69e0ba26196456e0c1b4f.zip
Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAME
and thus WRKSRC.
Notes
Notes: svn path=/head/; revision=27604
-rw-r--r--print/a2ps-letter/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps-letter/Makefile b/print/a2ps-letter/Makefile
index 8b76e89dc911..37d939af26a5 100644
--- a/print/a2ps-letter/Makefile
+++ b/print/a2ps-letter/Makefile
@@ -5,11 +5,12 @@
# $FreeBSD$
#
-PORTNAME= a2ps-${PAPERSIZE}
+PORTNAME= a2ps
PORTVERSION= 4.12
CATEGORIES= print
MASTER_SITES= http://people.FreeBSD.org/~chuckr/ \
ftp://ftp.enst.fr/pub/unix/a2ps/
+PKGNAMESUFFIX= -${PAPERSIZE}
DISTFILES= a2ps-${PORTVERSION}${EXTRACT_SUFX} sheets.map
MAINTAINER= chuckr@FreeBSD.org