From d4d53df0eaf30e5ef555aeac6fa350c499526fcd Mon Sep 17 00:00:00 2001 From: miwi Date: Wed, 14 Feb 2007 09:47:12 +0000 Subject: - Makefile cleanup PR: 109130 Submitted by: Beech Rintoul (maintainer) --- www/horde-passwd/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www') 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}/||} -- cgit