diff options
author | ache <ache@FreeBSD.org> | 1997-05-20 15:22:36 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-05-20 15:22:36 +0800 |
commit | 11a83e791c03478a3de55177631dccd8e2bf38af (patch) | |
tree | ed714d6261b983861d93dc6b480dbc4813747103 | |
parent | 6fa9f0fe8526f43d53b1c7bd3ef266ba586ce7e5 (diff) | |
download | freebsd-ports-gnome-11a83e791c03478a3de55177631dccd8e2bf38af.tar.gz freebsd-ports-gnome-11a83e791c03478a3de55177631dccd8e2bf38af.tar.zst freebsd-ports-gnome-11a83e791c03478a3de55177631dccd8e2bf38af.zip |
Change RESTRICTED to NO_PACKAGE
-rw-r--r-- | archivers/rar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index 9b4e87a1a94d..01431a293883 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.2 1996/11/12 02:17:36 obrien Exp $ +# $Id: Makefile,v 1.3 1997/05/19 19:42:36 ache Exp $ # DISTNAME= rarbsd @@ -16,7 +16,7 @@ EXTRACT_SUFX= .exe MAINTAINER= ache@FreeBSD.ORG -RESTRICTED= "only unmodified original SFX can be distributed" +NO_PACKAGE= yes # only unmodified original package can be distributed NO_WRKSUBDIR= yes EXTRACT_CMD= |