diff options
author | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-07 19:26:58 +0800 |
commit | bea30c631c04235a8505e3fe72eea7eab8c23e84 (patch) | |
tree | 7250e684a2c8bfe38440afbc76eb6b5d574aebb1 /www/wn | |
parent | a716c3ba2b3defde765ea809514d631cec7e58e2 (diff) | |
download | freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.gz freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.tar.zst freebsd-ports-gnome-bea30c631c04235a8505e3fe72eea7eab8c23e84.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/wn')
-rw-r--r-- | www/wn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |