aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2007-07-30 04:45:27 +0800
committerkris <kris@FreeBSD.org>2007-07-30 04:45:27 +0800
commit087536daa65f1b1fea4952d111f693eb5b17ab1b (patch)
tree0d18d10ca10a7eaf8c011c30e11464c5a279b6bb /print
parent1418953a18c8db26bdef888ea40862a5544d5f0f (diff)
downloadfreebsd-ports-graphics-087536daa65f1b1fea4952d111f693eb5b17ab1b.tar.gz
freebsd-ports-graphics-087536daa65f1b1fea4952d111f693eb5b17ab1b.tar.zst
freebsd-ports-graphics-087536daa65f1b1fea4952d111f693eb5b17ab1b.zip
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.
Diffstat (limited to 'print')
-rw-r--r--print/nenscript/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/print/nenscript/Makefile b/print/nenscript/Makefile
index 450bcf8a0e6..f2c8c616c84 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