aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>2000-04-15 19:02:14 +0800
committerasami <asami@FreeBSD.org>2000-04-15 19:02:14 +0800
commit99d4b6901b31d6177928bd669440a2cbba5b6ad5 (patch)
tree1b55e50eaf29f2724fc589c89d9788dd53b3d447 /print
parentc86ac6b1c139ee9935199e47eaa494bf153865c0 (diff)
downloadfreebsd-ports-gnome-99d4b6901b31d6177928bd669440a2cbba5b6ad5.tar.gz
freebsd-ports-gnome-99d4b6901b31d6177928bd669440a2cbba5b6ad5.tar.zst
freebsd-ports-gnome-99d4b6901b31d6177928bd669440a2cbba5b6ad5.zip
Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAME
and thus WRKSRC.
Diffstat (limited to 'print')
-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