aboutsummaryrefslogtreecommitdiff
path: root/www/horde4-meta
diff options
context:
space:
mode:
authorBeech Rintoul <beech@FreeBSD.org>2007-06-22 08:06:15 +0000
committerBeech Rintoul <beech@FreeBSD.org>2007-06-22 08:06:15 +0000
commit011d9c0fdb000287e21a225a6e00d0bbf6e177aa (patch)
treef8c274ffd21d9b7ab3419b8d6ca8abcae67b9587 /www/horde4-meta
parent2d215bf18205174231ec91432a9d08dcd83a0073 (diff)
downloadports-011d9c0fdb000287e21a225a6e00d0bbf6e177aa.tar.gz
ports-011d9c0fdb000287e21a225a6e00d0bbf6e177aa.zip
Notes
Diffstat (limited to 'www/horde4-meta')
-rw-r--r--www/horde4-meta/Makefile26
1 files changed, 11 insertions, 15 deletions
diff --git a/www/horde4-meta/Makefile b/www/horde4-meta/Makefile
index 3ffbf5dc224d..3bc413e45372 100644
--- a/www/horde4-meta/Makefile
+++ b/www/horde4-meta/Makefile
@@ -10,7 +10,6 @@ PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= # Empty
-PKGNAMEPREFIX= horde-
DISTFILES= # None
MAINTAINER= beech@FreeBSD.org
@@ -40,43 +39,43 @@ OPTIONS= IMP "IMAP Webmail System" on \
RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde-base
.if !defined(WITHOUT_IMP)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/imp
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/imp/index.php:${PORTSDIR}/mail/horde-imp
.endif
.if defined(WITH_MIMP)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/mimp
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mimp/index.php:${PORTSDIR}/mail/horde-mimp
.endif
.if !defined(WITHOUT_INGO)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/horde-ingo
.endif
.if !defined(WITHOUT_TURBA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/horde-turba
.endif
.if defined(WITH_KRONOLITH)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/kronolith
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/kronolith/index.php:${PORTSDIR}/deskutils/horde-kronolith
.endif
.if defined(WITH_MNEMO)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/mnemo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/mnemo/index.php:${PORTSDIR}/deskutils/horde-mnemo
.endif
.if !defined(WITHOUT_NAG)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/horde-nag
.endif
.if defined(WITH_CHORA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/chora
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/chora/index.php:${PORTSDIR}/devel/horde-chora
.endif
.if defined(WITH_GOLLEM)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/gollem
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/gollem/index.php:${PORTSDIR}/ftp/horde-gollem
.endif
.if defined(WITH_JETA)
-RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/jeta
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/jeta/index.php:${PORTSDIR}/security/horde-jeta
.endif
.if defined(WITH_HPASSWD)
@@ -102,11 +101,8 @@ RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ansel/gallery.php:${PORTSDIR}/www/horde-
post-configure:
@${CAT} ${FILESDIR}/post-configure-message
-postinstall:
-
+do-install:
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
-do-install:
-
.include <bsd.port.post.mk>