diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1996-12-07 11:26:58 +0000 |
commit | 3e17de1c731b8e782b85c297d600137e29d49dfe (patch) | |
tree | 361285587bdf8ae3938be8a9fb69a84732f1e624 /www | |
parent | 80ce5ce7ddcb73d014b9afe66e739662b618ba61 (diff) | |
download | freebsd-ports-3e17de1c731b8e782b85c297d600137e29d49dfe.zip |
Now, string describing reason for defining these variables must be set
when you define NO_CDROM, NO_PACKAGE or RESTRICTED instead of just ``yes''.
Diffstat (limited to 'www')
-rw-r--r-- | www/gn/Makefile | 4 | ||||
-rw-r--r-- | www/wn/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index 7d4a45360141..a27beda605f9 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.16 1996/11/13 11:49:04 adam Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:40:56 asami Exp $ # DISTNAME= gn-2.24 @@ -15,7 +15,7 @@ MAINTAINER= adam@veda.is BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes -NO_PACKAGE= # compiled in hostnames +NO_PACKAGE= "Compiled in hostnames." WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.5 INETD_CONF= /etc/inetd.conf diff --git a/www/wn/Makefile b/www/wn/Makefile index d15084ab7aba..63bf8bd2a8b1 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.15 1996/11/01 15:04:58 adam Exp $ +# $Id: Makefile,v 1.16 1996/11/18 11:42:21 asami Exp $ # DISTNAME= wn-1.16.1 @@ -11,7 +11,7 @@ CATEGORIES= www MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ IS_INTERACTIVE= -NO_PACKAGE= # hostname compiled in +NO_PACKAGE= "Hostname compiled in." pre-patch: @cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile |