diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 09:47:12 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-02-14 09:47:12 +0000 |
commit | 73a796947b84a5aedf8bf5dd551d633de419fbda (patch) | |
tree | a1c9972907cd0c7974652261e89137f219706c06 /www/horde-passwd/Makefile | |
parent | a51eb791efdd35ff19b1db25e751a5583a05b578 (diff) | |
download | ports-73a796947b84a5aedf8bf5dd551d633de419fbda.tar.gz ports-73a796947b84a5aedf8bf5dd551d633de419fbda.zip |
Notes
Diffstat (limited to 'www/horde-passwd/Makefile')
-rw-r--r-- | www/horde-passwd/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/www/horde-passwd/Makefile b/www/horde-passwd/Makefile index 84ccca54afae..a42847114bb0 100644 --- a/www/horde-passwd/Makefile +++ b/www/horde-passwd/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= horde-passwd +PORTNAME= passwd PORTVERSION= 3.0 PORTREVISION= 2 CATEGORIES= www mail MASTER_SITES= HORDE/passwd -DISTNAME= passwd-h3-${PORTVERSION} +PKGNAMEPREFIX= horde- +DISTNAME= ${PORTNAME}-h3-${PORTVERSION} DIST_SUBDIR= horde MAINTAINER= beech@alaskaparadise.com @@ -20,6 +21,7 @@ RUN_DEPENDS= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde NO_BUILD= yes USE_APACHE= 1.3+ # needed to test APACHE_VERSION +USE_GETTEXT= yes PLIST_SUB= LPWDDIR=${LPWDDIR} PWDDIR=${PWDDIR} \ HORDE_INC=${HORDE_INC:S|^${LOCALBASE}/||} |