diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 09:28:48 +0000 |
commit | 1c66bfbf12cafd563d303aeb317a94d29ac289e2 (patch) | |
tree | 452ea99c19a43d7a5d27ecc9c884e5fa1ae62cdf /textproc | |
parent | 15dab03ed9814a74cf8803678ef66d4c5838769e (diff) | |
download | ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.tar.gz ports-1c66bfbf12cafd563d303aeb317a94d29ac289e2.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glimpse/Makefile | 4 | ||||
-rw-r--r-- | textproc/rman/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/glimpse/Makefile b/textproc/glimpse/Makefile index 5af53093a417..eb4117b22f81 100644 --- a/textproc/glimpse/Makefile +++ b/textproc/glimpse/Makefile @@ -3,7 +3,7 @@ # Date created: 25 August 1996 # Whom: chuckr@freebsd.org # -# $Id: Makefile,v 1.6 1996/11/11 05:49:36 obrien Exp $ +# $Id: Makefile,v 1.7 1996/11/17 09:05:49 obrien Exp $ # DISTNAME= glimpse-3.6.src @@ -14,7 +14,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= chuckr@freebsd.org -NO_CDROM= yes # Restrictive copyright (don't sell for profit) +NO_CDROM= "Restrictive copyright (don't sell for profit)" GNU_CONFIGURE= yes MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1 diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile index 5b1b1ff15bed..f8521f0df12d 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.10 1996/11/11 05:50:04 obrien Exp $ +# $Id: Makefile,v 1.11 1996/11/17 09:06:32 obrien Exp $ # DISTNAME= rman-2.5a6 @@ -13,7 +13,7 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de -NO_CDROM= yes # don't sell for profit +NO_CDROM= "Don't sell for profit" MAN1= rman.1 .include <bsd.port.mk> |