change use of DISTNAME and portlint
This commit is contained in:
parent
04cd4a3fba
commit
5bcd51df20
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21241
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue