diff options
author | pav <pav@FreeBSD.org> | 2004-01-06 08:59:59 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-01-06 08:59:59 +0800 |
commit | c976da5629c14c6700183d363146310ab47e1186 (patch) | |
tree | 89bc7e305fa8af6fd80614f9a96fa3703519d590 /www/urchin5/Makefile | |
parent | 762cc9dfd00321e9fbb4b7506aebcafd347daabb (diff) | |
download | freebsd-ports-gnome-c976da5629c14c6700183d363146310ab47e1186.tar.gz freebsd-ports-gnome-c976da5629c14c6700183d363146310ab47e1186.tar.zst freebsd-ports-gnome-c976da5629c14c6700183d363146310ab47e1186.zip |
- Update to 5.500
PR: ports/60961
Submitted by: Doug Silver <freebsd@urchin.com> (maintainer)
Diffstat (limited to 'www/urchin5/Makefile')
-rw-r--r-- | www/urchin5/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/www/urchin5/Makefile b/www/urchin5/Makefile index d960225f63a3..6e8a416ddc1b 100644 --- a/www/urchin5/Makefile +++ b/www/urchin5/Makefile @@ -6,10 +6,10 @@ # PORTNAME= urchin -PORTVERSION= 5.101 +PORTVERSION= 5.500 CATEGORIES= www MASTER_SITES= ftp://ftp.urchin.com/pub/urchin5/ -DISTNAME= urchin5101_freebsd4x +DISTNAME= urchin5500_freebsd4x MAINTAINER= freebsd@urchin.com COMMENT= The most powerful web traffic analysis program available @@ -22,11 +22,11 @@ NO_CDROM= "Our installer must be run for proper permissions to be set" NO_PACKAGE= "Our installer must be run for proper permissions to be set" # Feel free to change this to the user you want Urchin 5 to -# run as and the files to be owned by. It's *strongly* advised -# to make this a non-privileged user. The port can be changed later -# if desired. -USER?= nobody -GROUP?= nobody +# run as and the files to be owned by (except root). It's *strongly* +# advised to make this a non-privileged user. The port can be changed +# later if desired. +USER= nobody +GROUP= nobody PORT= 9999 INSTALLDIR= ${PREFIX}/urchin QUIET= -q |