diff options
author | asami <asami@FreeBSD.org> | 2000-04-13 06:09:03 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-04-13 06:09:03 +0000 |
commit | db35347ec57f1e9c6719e1fded8206252494b993 (patch) | |
tree | 0429b7583fcce6daa67c458282ba48934a865914 /print/gp | |
parent | 65ecc9d02d4910452a28d2fb763d1293816dc8d1 (diff) | |
download | FreeBSD-ports-db35347ec57f1e9c6719e1fded8206252494b993.zip FreeBSD-ports-db35347ec57f1e9c6719e1fded8206252494b993.tar.gz |
Typo (pAPERSIZE -> PAPERSIZE). This is an area unrelated to the
PORTNAME/PORTVERSION change, cpiazza must have accidentally hit a
"~" in his vi or something. :>
I have a hunch that the "?=" in PORTNAME and PORTVERSION can be
changed to "=" too but I'll leave those for now.
Diffstat (limited to 'print/gp')
-rw-r--r-- | print/gp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/gp/Makefile b/print/gp/Makefile index c95bac8..becb11f 100644 --- a/print/gp/Makefile +++ b/print/gp/Makefile @@ -30,7 +30,7 @@ RUN_DEPENDS+= ${PREFIX}/bin/wish4.2:${PORTSDIR}/x11-toolkits/tk42 LANGEXT= en DOCDIRNAME= Doc DOCEXT= -pAPERSIZE= letter +PAPERSIZE= letter .elif (${LANGUAGE} == "Japanese") ALL_TARGET= ja filters LIB_DEPENDS= tcl76jp.1:${PORTSDIR}/japanese/tcl76 |