summaryrefslogtreecommitdiff
path: root/print/nenscript
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2007-07-29 20:45:27 +0000
committerKris Kennaway <kris@FreeBSD.org>2007-07-29 20:45:27 +0000
commit24e17278f9f35a7a08955113fbcebabd1916b007 (patch)
treefeba7954ff581c137a239a98aa07b4c5643b9b91 /print/nenscript
parentpspresent is a presentation tool to display full-screen PostScript (diff)
Retire obsolete USA_RESIDENT (dating to the bad old days of crypto export
controls and RSAref). nenscript was abusing this variable to enable US-style paper size and date format, so just revert to the default for now.
Notes
Notes: svn path=/head/; revision=196653
Diffstat (limited to 'print/nenscript')
-rw-r--r--print/nenscript/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile
index 450bcf8a0e67..f2c8c616c84d 100644
--- a/print/nenscript/Makefile
+++ b/print/nenscript/Makefile
@@ -22,10 +22,6 @@ MAN1= nenscript.1
.include <bsd.port.pre.mk>
-.if defined(USA_RESIDENT) && ${USA_RESIDENT} == "YES"
-CFLAGS+= -DUS_VERSION
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/nenscript ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/nenscript.1 ${MANPREFIX}/man/man1