diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-29 16:05:54 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-08-29 16:05:54 +0000 |
commit | e5ba5ab7c1284d8bdcbd32d4977a4762a17cc8ef (patch) | |
tree | 3c4c0a671db4dab61f448df1203f6fdb0d2902e4 /archivers/lha/Makefile | |
parent | New DESCR & restrictions (diff) |
Change RESTRICTED to NO_CDROM
Diffstat (limited to '')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index b5be70597268..4eb1b9bcbfb6 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.4 1996/08/28 17:32:38 ache Exp $ +# $Id: Makefile,v 1.5 1996/08/29 15:50:13 ache Exp $ # DISTNAME= lha-114c @@ -14,6 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG -RESTRICTED= "if distributed without network, author must be informed, see DESCR" +NO_CDROM= yes # if distributed without network, author must be informed, see DESCR .include <bsd.port.mk> |