From 99d4b6901b31d6177928bd669440a2cbba5b6ad5 Mon Sep 17 00:00:00 2001 From: asami Date: Sat, 15 Apr 2000 11:02:14 +0000 Subject: Move papersize to PKGNAMESUFFIX -- otherwise it will affect DISTNAME and thus WRKSRC. --- print/a2ps-letter/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- cgit