diff options
author | sat <sat@FreeBSD.org> | 2007-04-10 15:27:14 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-04-10 15:27:14 +0800 |
commit | 6728fe8f3cc1b77f3be6d2444ff19c0c383e109a (patch) | |
tree | ceb421a0f420610322faace802afb486cae3e373 /www | |
parent | 8fef0bfb7c79f9a9180801f4169e0927e7f08f61 (diff) | |
download | freebsd-ports-gnome-6728fe8f3cc1b77f3be6d2444ff19c0c383e109a.tar.gz freebsd-ports-gnome-6728fe8f3cc1b77f3be6d2444ff19c0c383e109a.tar.zst freebsd-ports-gnome-6728fe8f3cc1b77f3be6d2444ff19c0c383e109a.zip |
- Pet portlint a bit
- Add horbas to default sub_list
Approved by: Beech Rintoul <beech@alaskaparadise.com> (maintainer, implicit)
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde-base/bsd.horde.mk | 4 | ||||
-rw-r--r-- | www/horde4-base/Makefile | 2 | ||||
-rw-r--r-- | www/horde4-base/bsd.horde.mk | 4 |
4 files changed, 6 insertions, 6 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 9718818300e0..406035e9b688 100644 --- a/www/horde-base/Makefile +++ b/www/horde-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/horde-base/bsd.horde.mk b/www/horde-base/bsd.horde.mk index 7b24b0e9205f..42044286d415 100644 --- a/www/horde-base/bsd.horde.mk +++ b/www/horde-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 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 |