diff options
author | mm <mm@FreeBSD.org> | 2012-12-18 21:24:49 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2012-12-18 21:24:49 +0800 |
commit | b18a7f549c5149e6a64fa786984181b8076becec (patch) | |
tree | 364a27b8cf4d815580586353e8d4ca6b67535ec5 /www | |
parent | 3de4406f75685ac329cab132a9c45301d2261bb5 (diff) | |
download | freebsd-ports-gnome-b18a7f549c5149e6a64fa786984181b8076becec.tar.gz freebsd-ports-gnome-b18a7f549c5149e6a64fa786984181b8076becec.tar.zst freebsd-ports-gnome-b18a7f549c5149e6a64fa786984181b8076becec.zip |
Horde port fixes:
- unify LATEST_LINK
- remove CONFLICTS
- fix comments
Diffstat (limited to 'www')
-rw-r--r-- | www/horde-ansel/Makefile | 4 | ||||
-rw-r--r-- | www/horde-base/Makefile | 4 | ||||
-rw-r--r-- | www/horde-passwd/Makefile | 4 | ||||
-rw-r--r-- | www/horde-wicked/Makefile | 4 |
4 files changed, 7 insertions, 9 deletions
diff --git a/www/horde-ansel/Makefile b/www/horde-ansel/Makefile index 97b161a448c7..459626d308bb 100644 --- a/www/horde-ansel/Makefile +++ b/www/horde-ansel/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: horde4-ansel +# Ports collection makefile for: horde-ansel # Date created: Oct 19, 2011 # Whom: Martin Matuska (mm@FreeBSD.org) # @@ -16,7 +16,7 @@ COMMENT= Horde Photo Management and Web Gallery LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} USE_PHP= gettext USE_HORDE_BUILD= Horde_Role diff --git a/www/horde-base/Makefile b/www/horde-base/Makefile index 89e17da0fb36..854c11b20927 100644 --- a/www/horde-base/Makefile +++ b/www/horde-base/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: horde3 +# Ports collection makefile for: horde-base # Date created: Sun Oct 07, 2001 # Whom: Thierry Thomas (<thierry@thomas.as>) # @@ -13,8 +13,6 @@ PKGNAMEPREFIX= MAINTAINER= horde@FreeBSD.org COMMENT= Horde Application Framework -CONFLICTS= horde-3* - RUN_DEPENDS= ${PEARDIR}/Net/DNS2.php:${PORTSDIR}/dns/pear-Net_DNS2 OPTIONS_DEFAULT= ICONV diff --git a/www/horde-passwd/Makefile b/www/horde-passwd/Makefile index b0eb54610c11..1b1d4818aa78 100644 --- a/www/horde-passwd/Makefile +++ b/www/horde-passwd/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: horde4-passwd +# Ports collection makefile for: horde-passwd # Date created: Oct 28, 2011 # Whom: Martin Matuska (mm@FreeBSD.org) # @@ -18,7 +18,7 @@ COMMENT= Horde password changing application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} USE_PHP= gettext USE_HORDE_BUILD= Horde_Role diff --git a/www/horde-wicked/Makefile b/www/horde-wicked/Makefile index bf399fbb27cd..50cff8a9c394 100644 --- a/www/horde-wicked/Makefile +++ b/www/horde-wicked/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: horde4-wicked +# Ports collection makefile for: horde-wicked # Date created: Oct 11, 2011 # Whom: Martin Matuska (mm@FreeBSD.org) # @@ -16,7 +16,7 @@ COMMENT= Horde Wiki Application LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} RUN_DEPENDS+= ${PEARDIR}/Text/Wiki.php:${PORTSDIR}/www/pear-Text_Wiki |