diff options
author | asami <asami@FreeBSD.org> | 1996-06-15 14:24:23 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-06-15 14:24:23 +0800 |
commit | d1c5b112ac8fab65429e9dc346532efed01fbb85 (patch) | |
tree | c45c60c6e217f2f1f594f957a04c8272bd455d98 /textproc | |
parent | efd9425c4af31ecdd40c33a6c148b8abc6d4814b (diff) | |
download | freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.tar.gz freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.tar.zst freebsd-ports-gnome-d1c5b112ac8fab65429e9dc346532efed01fbb85.zip |
Change NO_PACKAGE to NO_CDROM, these are "don't sell for profit" licenses.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/rman/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 4c9d1697d1a9..3259df2390af 100644 --- a/textproc/rman/Makefile +++ b/textproc/rman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.6 1995/11/26 10:48:20 asami Exp $ +# $Id: Makefile,v 1.7 1996/01/19 07:15:04 tg Exp $ # DISTNAME= rman-2.4 @@ -13,8 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -# Restrictive copyright -NO_PACKAGE= yes +NO_CDROM= yes # don't sell for profit post-install: .if !defined(NOMANCOMPRESS) |