diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/gn/Makefile | 6 | ||||
-rw-r--r-- | www/gn/files/patch-aa | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/www/gn/Makefile b/www/gn/Makefile index cebdcd8bca9e..556746b81c1c 100644 --- a/www/gn/Makefile +++ b/www/gn/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: gn -# Version required: 2.13 +# Version required: 2.17 # Date created: 20 Sep 1994 # Whom: adam # -# $Id: Makefile,v 1.2 1994/09/25 19:11:34 adam Exp $ +# $Id: Makefile,v 1.3 1994/10/06 02:56:44 jkh Exp $ # -DISTNAME= gn-2.13 +DISTNAME= gn-2.17 MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/gn/ INETD_CONF= /etc/inetd.conf CONF= ' stream tcp nowait nobody /usr/local/etc/gn gn' diff --git a/www/gn/files/patch-aa b/www/gn/files/patch-aa index c4caf3212a47..8bc83b2c4ed2 100644 --- a/www/gn/files/patch-aa +++ b/www/gn/files/patch-aa @@ -85,7 +85,7 @@ * If you wish to run at a different port than 70, edit this line. */ -! #define DECOMPRESS "/usr/net/bin/zcat" +! #define DECOMPRESS "/usr/local/bin/zcat" /* * This is the program which does "on the fly" decompression */ |