diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:57:07 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 01:57:07 +0000 |
commit | bbb23625d262f043fc5ba73efad0cf41253e828f (patch) | |
tree | 550856ef6c4370b045be28d344595a95f49bd93b /archivers | |
parent | d75af0cfd3efba128a2954b118de6571a08a4ab3 (diff) |
NO_PACKAGE is incorrect here; use RESTRICTED
Notes
Notes:
svn path=/head/; revision=172001
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/linux-unace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/linux-unace/Makefile b/archivers/linux-unace/Makefile index 32912439288a..3e092f535b44 100644 --- a/archivers/linux-unace/Makefile +++ b/archivers/linux-unace/Makefile @@ -17,7 +17,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= infofarmer@FreeBSD.org COMMENT= Extract, view & test ACE archives -NO_PACKAGE= Distribution is permitted within the original package only +RESTRICTED= Distribution is permitted within the original package only NO_BUILD= yes PLIST_FILES= bin/linunace |