diff options
author | kris <kris@FreeBSD.org> | 2006-09-03 09:32:19 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-09-03 09:32:19 +0800 |
commit | fa1f131ca47998240f36863e254cbfb60d98d2fb (patch) | |
tree | 47bce9d8dc0dbc0f3388fdb577483e3dee12820e /archivers | |
parent | 63500d41fdd1aed42352503083018c9b7194f0b6 (diff) | |
download | freebsd-ports-gnome-fa1f131ca47998240f36863e254cbfb60d98d2fb.tar.gz freebsd-ports-gnome-fa1f131ca47998240f36863e254cbfb60d98d2fb.tar.zst freebsd-ports-gnome-fa1f131ca47998240f36863e254cbfb60d98d2fb.zip |
NO_PACKAGE is superfluous here
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha-ac/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/archivers/lha-ac/Makefile b/archivers/lha-ac/Makefile index b5aeb8574d87..832fe87f4c9a 100644 --- a/archivers/lha-ac/Makefile +++ b/archivers/lha-ac/Makefile @@ -26,7 +26,6 @@ PLIST_DIRS= man/ja/man1 GNU_CONFIGURE= yes RESTRICTED= "no permission to redistribute" -NO_PACKAGE= ${RESTRICTED} .if !defined(WITHOUT_NLS) CONFIGURE_ARGGS+= --disable-multibyte-filename |