diff options
author | ache <ache@FreeBSD.org> | 1996-08-29 16:05:54 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-29 16:05:54 +0000 |
commit | 11f9ca2ccdc83194294765e056efbe124959fcec (patch) | |
tree | 55c948d1685066033c5a2880c6ce145604858237 /archivers/lha/Makefile | |
parent | f22bf3b63bc9090c8b0989984d17dd9a1b22a003 (diff) | |
download | FreeBSD-ports-11f9ca2ccdc83194294765e056efbe124959fcec.zip FreeBSD-ports-11f9ca2ccdc83194294765e056efbe124959fcec.tar.gz |
Change RESTRICTED to NO_CDROM
Diffstat (limited to 'archivers/lha/Makefile')
-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 b5be705..4eb1b9b 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> |