diff options
author | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 01:45:16 +0000 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /editors/uzap | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip FreeBSD-ports-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'editors/uzap')
-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 9f588e8..ab808c5 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 |