summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-09-03 01:55:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-09-03 01:55:57 +0000
commitd75af0cfd3efba128a2954b118de6571a08a4ab3 (patch)
treeb67831107b32b4d4b46fa240ce6402364d1240ec
parentNO_CDROM is superfluous here (diff)
"Redistribution not allowed" means RESTRICTED, not just NO_CDROM
Notes
Notes: svn path=/head/; revision=172000
-rw-r--r--sysutils/linux-acu/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/linux-acu/Makefile b/sysutils/linux-acu/Makefile
index ec9180a25979..c8aeaa4af483 100644
--- a/sysutils/linux-acu/Makefile
+++ b/sysutils/linux-acu/Makefile
@@ -33,7 +33,7 @@ ONLY_FOR_ARCHS= i386
USE_LINUX= yes
USE_X_PREFIX= yes
NO_WRKSUBDIR= yes
-NO_CDROM= "Redistribution not allowed"
+RESTRICTED= "Redistribution not allowed"
LINPROCFS!= /sbin/mount | ${GREP} linprocfs | ${AWK} '{print $1}'