diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:55:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:55:57 +0000 |
commit | d75af0cfd3efba128a2954b118de6571a08a4ab3 (patch) | |
tree | b67831107b32b4d4b46fa240ce6402364d1240ec /sysutils/linux-acu | |
parent | 8fc8c4597c5f550e830e826c86dc26a2232ff3d6 (diff) |
"Redistribution not allowed" means RESTRICTED, not just NO_CDROM
Notes
Notes:
svn path=/head/; revision=172000
Diffstat (limited to 'sysutils/linux-acu')
-rw-r--r-- | sysutils/linux-acu/Makefile | 2 |
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}' |