diff options
author | asami <asami@FreeBSD.org> | 1996-06-12 05:52:30 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-12 05:52:30 +0800 |
commit | 400028ab74d40991662d98e551ead01eab79fd27 (patch) | |
tree | 61268d0305e45942e2229d21dfe07c6e39397746 | |
parent | d72f7aa85c7e36ada89db1771f291d03decb1699 (diff) | |
download | freebsd-ports-gnome-400028ab74d40991662d98e551ead01eab79fd27.tar.gz freebsd-ports-gnome-400028ab74d40991662d98e551ead01eab79fd27.tar.zst freebsd-ports-gnome-400028ab74d40991662d98e551ead01eab79fd27.zip |
Change NO_PACKAGE to RESTRICTED.
-rw-r--r-- | editors/e93/Makefile | 5 | ||||
-rw-r--r-- | editors/uzap/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/editors/e93/Makefile b/editors/e93/Makefile index 1b7c062dcf28..391a149fa813 100644 --- a/editors/e93/Makefile +++ b/editors/e93/Makefile @@ -3,7 +3,7 @@ # Date created: 21 June 1995 # Whom: Satoshi Asami (asami) # -# $Id: Makefile,v 1.3 1995/07/18 22:46:38 asami Exp $ +# $Id: Makefile,v 1.4 1995/09/12 22:47:20 asami Exp $ # DISTNAME= e93-1.2r5X @@ -17,8 +17,7 @@ MAINTAINER= asami@FreeBSD.ORG MAKEFILE= makefile USE_X11= yes WRKSRC= ${WRKDIR}/e93 -# The license is a little scary, so disable packaging for now -NO_PACKAGE= yes +RESTRICTED= "Restrictive license." do-install: if ! [ -d ${PREFIX}/lib/e93 ]; then mkdir ${PREFIX}/lib/e93; fi 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> |