aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>2013-06-18 05:12:30 +0800
committerjoerg <joerg@FreeBSD.org>2013-06-18 05:12:30 +0800
commit2ac1455a5b27307797f844201cdd3023001f6e2b (patch)
tree709ce27be6d3ace8def2f6e4cd77f1a7579b6543 /editors
parent3ffd6512e70869452690809f9303545971bc8222 (diff)
downloadfreebsd-ports-gnome-2ac1455a5b27307797f844201cdd3023001f6e2b.tar.gz
freebsd-ports-gnome-2ac1455a5b27307797f844201cdd3023001f6e2b.tar.zst
freebsd-ports-gnome-2ac1455a5b27307797f844201cdd3023001f6e2b.zip
This port is NO_CDROM rather than RESTRICTED. The source code has been
posted to alt.sources in 1989, but the copyright requests that it must not be used to "make profit". PR: ports/179645
Diffstat (limited to 'editors')
-rw-r--r--editors/uzap/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/editors/uzap/Makefile b/editors/uzap/Makefile
index 663909dbfe47..14be0b90bfe0 100644
--- a/editors/uzap/Makefile
+++ b/editors/uzap/Makefile
@@ -4,20 +4,17 @@
PORTNAME= uzap
PORTVERSION= 1.0
CATEGORIES= editors
-MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
+MASTER_SITES= ${MASTER_SITE_LOCAL}
DISTNAME= ${PORTNAME}
MAINTAINER= joerg@FreeBSD.org
COMMENT= Visual binary file editor
-# restrictive Copyright; the author is no longer reachable, however :-(
-RESTRICTED= Restrictive copyright
+# Has been posted to alt.sources in 1989
+# http://www.megalextoria.com/usenet-archive/news097f1/b120/alt/sources/00000521.html
+NO_CDROM= This software may not be used to make a profit in any way.
NO_WRKSUBDIR= yes
MAN1= uzap.1
PLIST_FILES= bin/uzap
-BROKEN= does not fetch
-DEPRECATED= does not fetch
-EXPIRATION_DATE= 2013-07-17
-
.include <bsd.port.mk>