diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | 86913ca5576faeab12c1541d2d6f1e0ce33200fb (patch) | |
tree | 6e6e2cd44d9d456e28999611649e557f42150939 /editors | |
parent | 3315e829ac45cf8dda66aed642257fc73062a549 (diff) | |
download | ports-86913ca5576faeab12c1541d2d6f1e0ce33200fb.tar.gz ports-86913ca5576faeab12c1541d2d6f1e0ce33200fb.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/uzap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile index 9f588e8f5721..ab808c590d18 100644 --- a/editors/uzap/Makefile +++ b/editors/uzap/Makefile @@ -3,7 +3,7 @@ # Date created: 19 Jun 1995 # Whom: joerg # -# $Id: Makefile,v 1.3 1996/11/11 05:07:27 obrien Exp $ +# $Id: Makefile,v 1.4 1996/11/18 13:58:07 asami Exp $ # DISTNAME= uzap @@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.germany.eu.net/pub/utils/uzap/ MAINTAINER= joerg@FreeBSD.org # restrictive Copyright; the author is no longer reachable, however :-( -RESTRICTED= "Restrictive copyright." +RESTRICTED= "Restrictive copyright" WRKSRC= ${WRKDIR} MAN1= uzap.1 |