diff options
author | Martin Matuska <mm@FreeBSD.org> | 2012-12-16 12:04:18 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2012-12-16 12:04:18 +0000 |
commit | f7bc152666f65ef6f4cd4c94843dd2a6fc257112 (patch) | |
tree | ec9eedd7ee1ef3f95751ce598c03684480fb8670 /www/horde3-base | |
parent | de806c1ff505b0434bc6a54ad0d5fb569d833b89 (diff) |
Notes
Diffstat (limited to 'www/horde3-base')
-rw-r--r-- | www/horde3-base/Makefile | 9 | ||||
-rw-r--r-- | www/horde3-base/bsd.horde.mk | 7 |
2 files changed, 8 insertions, 8 deletions
diff --git a/www/horde3-base/Makefile b/www/horde3-base/Makefile index 75786c4d0e38..183fd064696e 100644 --- a/www/horde3-base/Makefile +++ b/www/horde3-base/Makefile @@ -5,12 +5,13 @@ # $FreeBSD$ # -PORTNAME= horde +PORTNAME= base PORTVERSION= 3.3.13 DISTVERSIONPREFIX= +PORTREVISION= 1 CATEGORIES= www -PKGNAMEPREFIX= -PKGNAMESUFFIX= -base +MASTER_SITE_SUBDIR= horde +DISTNAME= horde-${PORTVERSION} MAINTAINER= horde@FreeBSD.org COMMENT= Common code-base used by Horde applications @@ -78,8 +79,6 @@ RUN_DEPENDS+= ${PEARDIR}/Date.php:${PORTSDIR}/devel/pear-Date \ ${PEARDIR}/Net/SMTP.php:${PORTSDIR}/net/pear-Net_SMTP \ ${PEARDIR}/MDB2/Schema/Validate.php:${PORTSDIR}/databases/pear-MDB2_Schema -CONFLICTS= horde-4* - USE_GETTEXT= yes USE_PHP= ctype gettext session diff --git a/www/horde3-base/bsd.horde.mk b/www/horde3-base/bsd.horde.mk index 1c8ec09b8bd7..87c54646b32b 100644 --- a/www/horde3-base/bsd.horde.mk +++ b/www/horde3-base/bsd.horde.mk @@ -6,10 +6,11 @@ # LATEST_LINK?= horde3-${PORTNAME} +CONFLICTS?= horde-*.[0-9]* MASTER_SITES?= HORDE DISTVERSIONPREFIX?= h3- -PKGNAMEPREFIX?= horde- +PKGNAMEPREFIX?= horde3- .if defined(USE_HORDE) && ${USE_HORDE:Mbase} RUN_DEPENDS+= ${HORBAS}/rpc.php:${PORTSDIR}/www/horde3-base @@ -56,10 +57,10 @@ post-extract: .if !target(post-patch) post-patch: . for file in pkg-deinstall pkg-install - @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${.CURDIR}/../../www/horde-base/files/${file}.in > ${WRKDIR}/${file} + @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${.CURDIR}/../../www/horde3-base/files/${file}.in > ${WRKDIR}/${file} . endfor . if defined(USE_HORDE) && ${USE_HORDE:Mpkg-message} - @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${.CURDIR}/../../www/horde-base/files/pkg-message.common.in >\ + @${SED} ${_SUB_LIST_TEMP} -e '/^@comment /d' ${.CURDIR}/../../www/horde3-base/files/pkg-message.common.in >\ ${WRKDIR}/pkg-message . endif @${EGREP} -lr '(/usr/local|%%LOCALBASE%%|/tmp/horde.log)' ${WRKSRC}/config/ |\ |