diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-10 07:27:14 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-04-10 07:27:14 +0000 |
commit | 6680f6332c941ec46c851589fdb507058cb11b56 (patch) | |
tree | 0a3dea17c44da897d64b3fb86e96ce6739ef09d0 /www/horde4-base | |
parent | 99cd811b05c538c0abf65c1b8890a814ec418d9a (diff) | |
download | ports-6680f6332c941ec46c851589fdb507058cb11b56.tar.gz ports-6680f6332c941ec46c851589fdb507058cb11b56.zip |
Notes
Diffstat (limited to 'www/horde4-base')
-rw-r--r-- | www/horde4-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde4-base/bsd.horde.mk | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/www/horde4-base/Makefile b/www/horde4-base/Makefile index 9718818300e0..406035e9b688 100644 --- a/www/horde4-base/Makefile +++ b/www/horde4-base/Makefile @@ -6,8 +6,8 @@ # PORTNAME= horde -DISTVERSION= 3.1.4 DISTVERSIONPREFIX= +DISTVERSION= 3.1.4 PORTREVISION= 1 CATEGORIES= www PKGNAMESUFFIX= -base diff --git a/www/horde4-base/bsd.horde.mk b/www/horde4-base/bsd.horde.mk index 7b24b0e9205f..42044286d415 100644 --- a/www/horde4-base/bsd.horde.mk +++ b/www/horde4-base/bsd.horde.mk @@ -24,8 +24,8 @@ HORLOG?= /var/log/horde.log PKGDEINSTALL?= ${WRKDIR}/pkg-deinstall PKGINSTALL?= ${WRKDIR}/pkg-install PLIST_SUB+= HORDIR=${HORDIR:S|^${PREFIX}/||} HORBAS=${HORBAS:S|^${PREFIX}/||} -SUB_LIST+= HORDIR=${HORDIR} PORTSDIR=${PORTSDIR} HORDEADMUSR=${HORDEADMUSR} HORDEGRP=${WWWGRP} HORCFG=${HORCFG} \ - PORTNAME=${PORTNAME} +SUB_LIST+= HORDIR=${HORDIR} HORBAS=${HORBAS} PORTSDIR=${PORTSDIR} HORDEADMUSR=${HORDEADMUSR}\ + HORDEGRP=${WWWGRP} HORCFG=${HORCFG} PORTNAME=${PORTNAME} PKGMESSAGE?= ${WRKDIR}/pkg-message .if !defined(USE_HORDE) || !${USE_HORDE:Mpkg-message} SUB_FILES?= pkg-message |