diff options
Diffstat (limited to 'net-im/openfire/Makefile')
-rw-r--r-- | net-im/openfire/Makefile | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/net-im/openfire/Makefile b/net-im/openfire/Makefile index 0efd119d4cce..eb3603fdb515 100644 --- a/net-im/openfire/Makefile +++ b/net-im/openfire/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= openfire -PORTVERSION= 3.9.3 +PORTVERSION= 3.10.0 PORTEPOCH= 1 CATEGORIES= net-im java MASTER_SITES= http://download.igniterealtime.org/openfire/ @@ -53,11 +53,6 @@ PLIST_SUB+= PLUGINS="" PLIST_SUB+= PLUGINS="@comment " .endif -post-patch: - (cd ${WRKSRC} && ${MV} \ - ./src/plugins/jingleNodes/src/i18n/jingleNodes_i18n.properties \ - ./src/plugins/jingleNodes/src/i18n/jinglenodes_i18n.properties) - do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/lib @${MKDIR} ${STAGEDIR}${ETCDIR} |