summaryrefslogtreecommitdiff
path: root/archivers/lha/Makefile
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-09-08 21:48:38 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-09-08 21:48:38 +0000
commit5090ff26a0ab352e89bec73ea68ef8695b8588f0 (patch)
tree850ed584a27960d64e39a7482422eab91641ff4a /archivers/lha/Makefile
parentLocation changed (diff)
Remove NO_CDROM restriction, FreeBSD have author permissions
Notes
Notes: svn path=/head/; revision=3747
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r--archivers/lha/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile
index 4eb1b9bcbfb6..547d59caf4b1 100644
--- a/archivers/lha/Makefile
+++ b/archivers/lha/Makefile
@@ -3,7 +3,7 @@
# Date created: 26 Dec 1994
# Whom: ache
#
-# $Id: Makefile,v 1.5 1996/08/29 15:50:13 ache Exp $
+# $Id: Makefile,v 1.6 1996/08/29 16:05:54 ache Exp $
#
DISTNAME= lha-114c
@@ -14,6 +14,4 @@ EXTRACT_SUFX= .tgz
MAINTAINER= ache@FreeBSD.ORG
-NO_CDROM= yes # if distributed without network, author must be informed, see DESCR
-
.include <bsd.port.mk>