summaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2005-01-16 14:53:41 +0000
committerthierry <thierry@FreeBSD.org>2005-01-16 14:53:41 +0000
commit14b44a6b656510738ee432780f75410d86b6f27b (patch)
treed9a7bbec4300ab80fe9e97e9a9b9b6bf470c705c /mail
parentba478117cc95332b6e105b319b5428a78e405b93 (diff)
downloadFreeBSD-ports-14b44a6b656510738ee432780f75410d86b6f27b.zip
FreeBSD-ports-14b44a6b656510738ee432780f75410d86b6f27b.tar.gz
Don't let RUN_DEPENDS rely on a fixed HORDEDIR.
Reported by: Jeff Bachtel.
Diffstat (limited to 'mail')
-rw-r--r--mail/horde-imp/Makefile8
-rw-r--r--mail/horde-ingo/Makefile2
-rw-r--r--mail/horde-turba/Makefile2
-rw-r--r--mail/horde4-imp/Makefile8
-rw-r--r--mail/horde4-ingo/Makefile2
-rw-r--r--mail/horde4-turba/Makefile2
-rw-r--r--mail/imp/Makefile8
-rw-r--r--mail/ingo/Makefile2
-rw-r--r--mail/turba/Makefile2
9 files changed, 18 insertions, 18 deletions
diff --git a/mail/horde-imp/Makefile b/mail/horde-imp/Makefile
index 70533c0..88c1896 100644
--- a/mail/horde-imp/Makefile
+++ b/mail/horde-imp/Makefile
@@ -71,17 +71,17 @@ USE_PHP= imap
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.else
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/turba
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
.endif
.if !defined(WITHOUT_INGO)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/ingo/filters.php:${PORTSDIR}/mail/ingo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
.endif
.if !defined(WITHOUT_NAG)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/nag
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
.endif
.if !defined(WITHOUT_SMIME)
diff --git a/mail/horde-ingo/Makefile b/mail/horde-ingo/Makefile
index 826a131..dc48dde 100644
--- a/mail/horde-ingo/Makefile
+++ b/mail/horde-ingo/Makefile
@@ -29,7 +29,7 @@ COMMENT= Horde's email-filter management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
NO_BUILD= yes
USE_PHP= imap
diff --git a/mail/horde-turba/Makefile b/mail/horde-turba/Makefile
index 36ce4a7..b6ef8bf 100644
--- a/mail/horde-turba/Makefile
+++ b/mail/horde-turba/Makefile
@@ -29,7 +29,7 @@ COMMENT= The Horde contact management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.if !defined(WITHOUT_LDAP)
USE_PHP= ldap
diff --git a/mail/horde4-imp/Makefile b/mail/horde4-imp/Makefile
index 70533c0..88c1896 100644
--- a/mail/horde4-imp/Makefile
+++ b/mail/horde4-imp/Makefile
@@ -71,17 +71,17 @@ USE_PHP= imap
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.else
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/turba
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
.endif
.if !defined(WITHOUT_INGO)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/ingo/filters.php:${PORTSDIR}/mail/ingo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
.endif
.if !defined(WITHOUT_NAG)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/nag
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
.endif
.if !defined(WITHOUT_SMIME)
diff --git a/mail/horde4-ingo/Makefile b/mail/horde4-ingo/Makefile
index 826a131..dc48dde 100644
--- a/mail/horde4-ingo/Makefile
+++ b/mail/horde4-ingo/Makefile
@@ -29,7 +29,7 @@ COMMENT= Horde's email-filter management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
NO_BUILD= yes
USE_PHP= imap
diff --git a/mail/horde4-turba/Makefile b/mail/horde4-turba/Makefile
index 36ce4a7..b6ef8bf 100644
--- a/mail/horde4-turba/Makefile
+++ b/mail/horde4-turba/Makefile
@@ -29,7 +29,7 @@ COMMENT= The Horde contact management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.if !defined(WITHOUT_LDAP)
USE_PHP= ldap
diff --git a/mail/imp/Makefile b/mail/imp/Makefile
index 70533c0..88c1896 100644
--- a/mail/imp/Makefile
+++ b/mail/imp/Makefile
@@ -71,17 +71,17 @@ USE_PHP= imap
. if !defined(WITHOUT_LDAP)
USE_PHP+= ldap
. endif
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.else
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/turba/minisearch.php:${PORTSDIR}/mail/turba
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/turba/minisearch.php:${PORTSDIR}/mail/turba
.endif
.if !defined(WITHOUT_INGO)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/ingo/filters.php:${PORTSDIR}/mail/ingo
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/ingo/filters.php:${PORTSDIR}/mail/ingo
.endif
.if !defined(WITHOUT_NAG)
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/nag/data.php:${PORTSDIR}/deskutils/nag
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/nag/data.php:${PORTSDIR}/deskutils/nag
.endif
.if !defined(WITHOUT_SMIME)
diff --git a/mail/ingo/Makefile b/mail/ingo/Makefile
index 826a131..dc48dde 100644
--- a/mail/ingo/Makefile
+++ b/mail/ingo/Makefile
@@ -29,7 +29,7 @@ COMMENT= Horde's email-filter management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
NO_BUILD= yes
USE_PHP= imap
diff --git a/mail/turba/Makefile b/mail/turba/Makefile
index 36ce4a7..b6ef8bf 100644
--- a/mail/turba/Makefile
+++ b/mail/turba/Makefile
@@ -29,7 +29,7 @@ COMMENT= The Horde contact management application
#
#-----------------------------------------------------------------------
-RUN_DEPENDS+= ${LOCALBASE}/www/horde/rpc.php:${PORTSDIR}/www/horde
+RUN_DEPENDS+= ${LOCALBASE}/${LHORDEDIR}/rpc.php:${PORTSDIR}/www/horde
.if !defined(WITHOUT_LDAP)
USE_PHP= ldap
OpenPOWER on IntegriCloud