From 7b5425efb4881f0c603ad87911dbd4264030b0b5 Mon Sep 17 00:00:00 2001 From: adam Date: Tue, 19 Mar 1996 15:30:42 +0000 Subject: added myself as maintainer default inetd.conf entry commented out --- www/gn/Makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'www') diff --git a/www/gn/Makefile b/www/gn/Makefile index b16de12..1b6f7a2 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -3,13 +3,15 @@ # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.12 1995/11/27 04:10:23 asami Exp $ +# $Id: Makefile,v 1.13 1996/02/09 09:42:00 adam Exp $ # DISTNAME= gn-2.24 CATEGORIES+= www net MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ +MAINTAINER= adam@veda.is + WAISDIR= ${PORTSDIR}/net/wais/work/freeWAIS-0.3 BUILD_DEPENDS= ${WAISDIR}/bin/waisindex:${PORTSDIR}/net/wais @@ -48,8 +50,8 @@ post-install: fi; \ tar -cf - -C ${WRKSRC} gnroot libexec bin etc | tar xpf - && \ (cd gnroot; ${WRKSRC}/bin/mkcache -r); \ - awk '$$1 == "gopher" { exit 1 }' ${INETD_CONF} || { \ - echo gopher${CONF} >>${INETD_CONF} + awk '$$1 == "#gopher" { exit 1 }' ${INETD_CONF} || { \ + echo '#'gopher${CONF} >>${INETD_CONF} } .endif -- cgit v1.1