diff options
author | miwi <miwi@FreeBSD.org> | 2007-02-14 17:47:12 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-02-14 17:47:12 +0800 |
commit | d4d53df0eaf30e5ef555aeac6fa350c499526fcd (patch) | |
tree | 541445a6b26bb5cf014a8072f81f7c460b9aede0 /www | |
parent | fbe22b62f049689e81d0954748e6f723f140d421 (diff) | |
download | freebsd-ports-gnome-d4d53df0eaf30e5ef555aeac6fa350c499526fcd.tar.gz freebsd-ports-gnome-d4d53df0eaf30e5ef555aeac6fa350c499526fcd.tar.zst freebsd-ports-gnome-d4d53df0eaf30e5ef555aeac6fa350c499526fcd.zip |
- Makefile cleanup
PR: 109130
Submitted by: Beech Rintoul <beech@alaskaparadise.com> (maintainer)
Diffstat (limited to 'www')
-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}/||} |