diff options
author | lth <lth@FreeBSD.org> | 2009-01-03 04:43:25 +0800 |
---|---|---|
committer | lth <lth@FreeBSD.org> | 2009-01-03 04:43:25 +0800 |
commit | 9c4c74c06aa06d259092316eb04714f55c420b86 (patch) | |
tree | d9731fa5fd061f9a35ae1dab9b995e08dfb3db1e /devel/p4web | |
parent | dfe913b131c26860836777c45e82dc5c38d26ad9 (diff) | |
download | freebsd-ports-gnome-9c4c74c06aa06d259092316eb04714f55c420b86.tar.gz freebsd-ports-gnome-9c4c74c06aa06d259092316eb04714f55c420b86.tar.zst freebsd-ports-gnome-9c4c74c06aa06d259092316eb04714f55c420b86.zip |
Fix logdir for package installation
Noted by: droso
Diffstat (limited to 'devel/p4web')
-rw-r--r-- | devel/p4web/Makefile | 1 | ||||
-rw-r--r-- | devel/p4web/pkg-install | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/devel/p4web/Makefile b/devel/p4web/Makefile index 12611a2facbb..e0b9e888f1c7 100644 --- a/devel/p4web/Makefile +++ b/devel/p4web/Makefile @@ -7,6 +7,7 @@ PORTNAME= perforce PORTVERSION= 08.2 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.perforce.com/pub/perforce/r${PORTVERSION}/bin.${PLATFORM}/ \ diff --git a/devel/p4web/pkg-install b/devel/p4web/pkg-install index d1f6a568f39b..6c4ff95b3e8b 100644 --- a/devel/p4web/pkg-install +++ b/devel/p4web/pkg-install @@ -9,7 +9,7 @@ PERFORCE_UID=${PERFORCE_UID:-94} PERFORCE_GROUP=${PERFORCE_GROUP:-p4admin} PERFORCE_GID=${PERFORCE_GID:-94} PERFORCE_HOME=${PERFORCE_HOME:-$PKG_PREFIX/perforce} -PERFORCE_LOGS=${PERFORCE_LOGS:-$PERFORCE_HOME/log} +PERFORCE_LOGS=${PERFORCE_LOGS:-$PERFORCE_HOME/logs} PERFORCE_ROOT=${PERFORCE_ROOT:-$PERFORCE_HOME/root} case $2 in |