diff options
author | adam <adam@FreeBSD.org> | 1995-10-20 17:14:12 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1995-10-20 17:14:12 +0800 |
commit | 62c9ee878df79663375ef5eff513215f01b45aaf (patch) | |
tree | f55eb1e5bd5be8611a32f28ab0b3e2b9d2a1a87e /www/gn | |
parent | 9f163fc3a2caf8104d858c87462881423dd137f9 (diff) | |
download | freebsd-ports-gnome-62c9ee878df79663375ef5eff513215f01b45aaf.tar.gz freebsd-ports-gnome-62c9ee878df79663375ef5eff513215f01b45aaf.tar.zst freebsd-ports-gnome-62c9ee878df79663375ef5eff513215f01b45aaf.zip |
oops, make reason for NO_PACKAGE greppable
Reviewed by: asami (said so)
Diffstat (limited to 'www/gn')
-rw-r--r-- | www/gn/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index 912891682cd7..0aa19e97eaf8 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.9 1995/05/05 20:07:55 adam Exp $ +# $Id: Makefile,v 1.10 1995/10/20 08:52:08 adam Exp $ # DISTNAME= gn-2.23 @@ -15,10 +15,9 @@ BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais IS_INTERACTIVE= yes # This quaint mechanism is for forcing package creation from a staging area. -# There is normally no package creation, because of compiled-in defaults. .if !defined(YES_PACKAGE) YES_INSTALL= -NO_PACKAGE= +NO_PACKAGE= # compiled in hostnames .endif INETD_CONF= /etc/inetd.conf |