diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-06-11 21:52:30 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-06-11 21:52:30 +0000 |
commit | c165e6f26f46defa650c811d73fb136e757ce6fe (patch) | |
tree | 282ecc8c6afbdbbf3f097c6c1feacd50d2014c9d /editors/uzap/Makefile | |
parent | baabc94fb2d6c419bdeb153bb4e4c343416ffb04 (diff) |
Notes
Diffstat (limited to 'editors/uzap/Makefile')
-rw-r--r-- | editors/uzap/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index ce2ea779a2cf..d72cfccb5832 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -3,18 +3,17 @@ # Date created: 19 Jun 1995 # Whom: joerg # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/06/22 21:27:26 joerg Exp $ # DISTNAME= uzap PKGNAME= uzap-1.0 CATEGORIES+= editors MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/uzap/ -EXTRACT_SUFX= .tar.gz WRKSRC= ${WRKDIR} # restrictive Copyright; the author is no longer reachable, however :-( -NO_PACKAGE= yes +RESTRICTED= "Restrictive copyright." .include <bsd.port.mk> |