diff options
author | adam <adam@FreeBSD.org> | 1994-10-20 20:56:36 +0800 |
---|---|---|
committer | adam <adam@FreeBSD.org> | 1994-10-20 20:56:36 +0800 |
commit | f0ee35664169b54b2814f67ff405735c3c068a38 (patch) | |
tree | c5fab7a66f7289d8331582ebf0535e379b91f09a /www/gn | |
parent | 1282e4f4907a91664fd06e33d195f5848c121b88 (diff) | |
download | freebsd-ports-gnome-f0ee35664169b54b2814f67ff405735c3c068a38.tar.gz freebsd-ports-gnome-f0ee35664169b54b2814f67ff405735c3c068a38.tar.zst freebsd-ports-gnome-f0ee35664169b54b2814f67ff405735c3c068a38.zip |
now version 2.17
Diffstat (limited to 'www/gn')
-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 */ |