diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 08:05:52 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-05-20 08:05:52 +0000 |
commit | b41feb7d2792549c03b1fdd47a349721fa9bc8c0 (patch) | |
tree | 148203ee6b528a49dd37bae00fa69d377a736133 | |
parent | Change RESTRICTED to NO_PACKAGE (diff) |
NO_PACKAGE takes a string, Andrey. :)
Notes
Notes:
svn path=/head/; revision=6511
-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 01431a293883..c5f1da23c8e8 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.3 1997/05/19 19:42:36 ache Exp $ +# $Id: Makefile,v 1.4 1997/05/20 07:22:36 ache Exp $ # DISTNAME= rarbsd @@ -16,7 +16,7 @@ EXTRACT_SUFX= .exe MAINTAINER= ache@FreeBSD.ORG -NO_PACKAGE= yes # only unmodified original package can be distributed +NO_PACKAGE= Only unmodified original package can be distributed NO_WRKSUBDIR= yes EXTRACT_CMD= |