diff options
author | ache <ache@FreeBSD.org> | 1996-08-29 23:50:35 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-08-29 23:50:35 +0800 |
commit | f22bf3b63bc9090c8b0989984d17dd9a1b22a003 (patch) | |
tree | afbed0b0772ecc498b075c55632784c2d9cc3ca9 /archivers/lha/Makefile | |
parent | 7c67340b72c963d53321248f44722b689a501b50 (diff) | |
download | freebsd-ports-gnome-f22bf3b63bc9090c8b0989984d17dd9a1b22a003.tar.gz freebsd-ports-gnome-f22bf3b63bc9090c8b0989984d17dd9a1b22a003.tar.zst freebsd-ports-gnome-f22bf3b63bc9090c8b0989984d17dd9a1b22a003.zip |
New DESCR & restrictions
Submitted by: Masafumi NAKANE <max@sfc.wide.ac.jp>
Diffstat (limited to 'archivers/lha/Makefile')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index c505ea2e2a62..b5be70597268 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Dec 1994 # Whom: ache # -# $Id: Makefile,v 1.3 1995/04/12 04:54:01 asami Exp $ +# $Id: Makefile,v 1.4 1996/08/28 17:32:38 ache Exp $ # DISTNAME= lha-114c @@ -14,4 +14,6 @@ EXTRACT_SUFX= .tgz MAINTAINER= ache@FreeBSD.ORG +RESTRICTED= "if distributed without network, author must be informed, see DESCR" + .include <bsd.port.mk> |