diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2007-06-22 08:06:15 +0000 |
commit | 011d9c0fdb000287e21a225a6e00d0bbf6e177aa (patch) | |
tree | f8c274ffd21d9b7ab3419b8d6ca8abcae67b9587 /www/horde-base | |
parent | 2d215bf18205174231ec91432a9d08dcd83a0073 (diff) |
- Ports renamed for consistency
PR: ports/112327
Repocopy by: marcus
Approved by: sat (maintainer)
Notes
Notes:
svn path=/head/; revision=194044
Diffstat (limited to 'www/horde-base')
-rw-r--r-- | www/horde-base/Makefile | 1 | ||||
-rw-r--r-- | www/horde-base/bsd.horde.mk | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 40d973766df6..9722004ec7a4 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -10,6 +10,7 @@ DISTVERSIONPREFIX= DISTVERSION= 3.1.4 PORTREVISION= 3 CATEGORIES= www +PKGNAMEPREFIX= PKGNAMESUFFIX= -base MAINTAINER= beech@FreeBSD.org diff --git a/www/horde-base/bsd.horde.mk b/www/horde-base/bsd.horde.mk index 42044286d415..39e8c7eb16ed 100644 --- a/www/horde-base/bsd.horde.mk +++ b/www/horde-base/bsd.horde.mk @@ -1,12 +1,13 @@ #-*- mode: makefile; tab-width: 4; -* # ex:ts=4 # -# Maintainers: Beech Rintoul <beech@alaskaparadise.com>, +# Maintainers: Beech Rintoul <beech@FreeBSD.org>, # Andrew Pantyukhin <infofarmer@FreeBSD.org> # MASTER_SITES?= HORDE DISTVERSIONPREFIX?= h3- +PKGNAMEPREFIX?= horde- .if defined(USE_HORDE) && ${USE_HORDE:Mbase} RUN_DEPENDS+= ${HORBAS}/rpc.php:${PORTSDIR}/www/horde-base |