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 /deskutils | |
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 'deskutils')
-rw-r--r-- | deskutils/horde-groupware/Makefile | 4 | ||||
-rw-r--r-- | deskutils/horde-kronolith/Makefile | 4 | ||||
-rw-r--r-- | deskutils/horde-mnemo/Makefile | 4 | ||||
-rw-r--r-- | deskutils/horde-nag/Makefile | 8 |
4 files changed, 10 insertions, 10 deletions
diff --git a/deskutils/horde-groupware/Makefile b/deskutils/horde-groupware/Makefile index 8dd92f207428..02ed4451340d 100644 --- a/deskutils/horde-groupware/Makefile +++ b/deskutils/horde-groupware/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: horde4-mnemo +# Ports collection makefile for: horde-groupware # Date created: 6 July 2011 # Whom: Martin Matuska <mm@FreeBSD.org> # @@ -14,7 +14,7 @@ COMMENT= Horde Groupware CONFLICTS= horde-webmail-[456]* -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} USE_HORDE_BUILD= Horde_Role USE_HORDE_RUN= Horde_Role \ diff --git a/deskutils/horde-kronolith/Makefile b/deskutils/horde-kronolith/Makefile index ab5959e7a627..018dd27ca96d 100644 --- a/deskutils/horde-kronolith/Makefile +++ b/deskutils/horde-kronolith/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: Kronolith +# Ports collection makefile for: horde-kronolith # Date created: Sun Dec 02, 2001 # Whom: Thierry Thomas (<thierry@thomas.as>) # @@ -16,7 +16,7 @@ COMMENT= Horde web based calendar LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} OPTIONS_DEFAULT= DATE_HOLIDAYS TIMEOBJECTS OPTIONS_DEFINE= DATE_HOLIDAYS TIMEOBJECTS XMLWRITER diff --git a/deskutils/horde-mnemo/Makefile b/deskutils/horde-mnemo/Makefile index 7ad3e4d62f7a..ce3d51e837f5 100644 --- a/deskutils/horde-mnemo/Makefile +++ b/deskutils/horde-mnemo/Makefile @@ -1,4 +1,4 @@ -# Ports collection makefile for: Mnemo +# Ports collection makefile for: horde-mnemo # Date created: Sun May 19, 2002 # Whom: Thierry Thomas (<thierry@pompo.net>) # @@ -16,7 +16,7 @@ COMMENT= Horde web based notes manager LICENSE= AL2 LICENSE_FILE= ${WRKSRC}/LICENSE -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} USE_PHP= gettext USE_HORDE_BUILD= Horde_Role diff --git a/deskutils/horde-nag/Makefile b/deskutils/horde-nag/Makefile index 4d735108c0f3..3c872871b03c 100644 --- a/deskutils/horde-nag/Makefile +++ b/deskutils/horde-nag/Makefile @@ -1,6 +1,6 @@ -# Ports collection makefile for: nag -# Date created: Sun Dec 14, 2001 -# Whom: Thierry Thomas (<thierry@pompo.net>) +# Ports collection makefile for: horde-nag +# Date created: Sun Dec 14, 2001 +# Whom: Thierry Thomas (<thierry@pompo.net>) # # $FreeBSD$ # @@ -16,7 +16,7 @@ COMMENT= Horde web based task list manager LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -LATEST_LINK= horde4-${PORTNAME} +LATEST_LINK= horde-${PORTNAME} USE_PHP= gettext USE_HORDE_BUILD= Horde_Role |