diff options
author | kris <kris@FreeBSD.org> | 2003-07-31 06:38:00 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-07-31 06:38:00 +0800 |
commit | 01ece0739c206b14bdd1b1078d0bda8a74c2d677 (patch) | |
tree | 0c99b1a7cff3da38da078768e35c9dd1c10e2f1e /misc | |
parent | f5bb6bc605b9f4cb56336220d160e8b650b736cf (diff) | |
download | freebsd-ports-gnome-01ece0739c206b14bdd1b1078d0bda8a74c2d677.tar.gz freebsd-ports-gnome-01ece0739c206b14bdd1b1078d0bda8a74c2d677.tar.zst freebsd-ports-gnome-01ece0739c206b14bdd1b1078d0bda8a74c2d677.zip |
Consolidate NO_PACKAGE and NO_CDROM -> RESTRICTED
Diffstat (limited to 'misc')
-rw-r--r-- | misc/sword-modules/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/sword-modules/Makefile b/misc/sword-modules/Makefile index 5661f30786d2..e5238123231c 100644 --- a/misc/sword-modules/Makefile +++ b/misc/sword-modules/Makefile @@ -21,8 +21,7 @@ LIB_DEPENDS= sword.1:${PORTSDIR}/misc/sword NO_BUILD= yes USE_ZIP= yes -NO_CDROM= Not all modules may be freely redistributed -NO_PACKAGE= Not all modules may be freely redistributed +RESTRICTED= Not all modules may be freely redistributed # Modules may change, but it has no effect on their functionality. I think # it's best not to use checksum. Besides, there is no version number on modules. |