1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00

Change NO_PACKAGE to RESTRICTED.

This commit is contained in:
Satoshi Asami 1996-06-11 21:52:30 +00:00
parent baabc94fb2
commit c165e6f26f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=3193
2 changed files with 4 additions and 6 deletions

View File

@ -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

View File

@ -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>