diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:09:03 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-04-13 06:09:03 +0000 |
commit | 0f2d08baa347a8d8cc34c0ab78512bb71ab67772 (patch) | |
tree | 9c077ff0f8a2e9c98a2a7f841da162feece6c3f5 /print | |
parent | Don't need PORTNAME and PORTVERSION here -- they will be picked up (diff) |
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.
Notes
Notes:
svn path=/head/; revision=27467
Diffstat (limited to 'print')
-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 c95bac8d7700..becb11fc2a47 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 |