diff options
author | kris <kris@FreeBSD.org> | 2007-07-30 04:45:27 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-07-30 04:45:27 +0800 |
commit | 087536daa65f1b1fea4952d111f693eb5b17ab1b (patch) | |
tree | 0d18d10ca10a7eaf8c011c30e11464c5a279b6bb /net | |
parent | 1418953a18c8db26bdef888ea40862a5544d5f0f (diff) | |
download | freebsd-ports-gnome-087536daa65f1b1fea4952d111f693eb5b17ab1b.tar.gz freebsd-ports-gnome-087536daa65f1b1fea4952d111f693eb5b17ab1b.tar.zst freebsd-ports-gnome-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 'net')
-rw-r--r-- | net/cvsup-mirror/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index 47ec7d89bcc4..a643a036d024 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -20,7 +20,6 @@ NO_WRKSUBDIR= true NO_BUILD= true IS_INTERACTIVE= true NO_PACKAGE= too interactive -SCRIPTS_ENV= USA_RESIDENT=${USA_RESIDENT} USE_RC_SUBR= cvsupd.sh SUB_FILES= update.sh |