diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-18 09:03:10 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-04-18 09:03:10 +0000 |
commit | 08758dfc3bf9a90c2235c76fd442593e41cce60a (patch) | |
tree | f23ba512d521834c4d5fff0fc876cec01e84ed85 /net/activemq/Makefile | |
parent | 41697cac5fdeb6de21855436c63a52b20a7b265d (diff) | |
download | ports-08758dfc3bf9a90c2235c76fd442593e41cce60a.tar.gz ports-08758dfc3bf9a90c2235c76fd442593e41cce60a.zip |
Notes
Diffstat (limited to 'net/activemq/Makefile')
-rw-r--r-- | net/activemq/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/activemq/Makefile b/net/activemq/Makefile index 4516a86102a3..bb45016b8592 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -2,6 +2,7 @@ PORTNAME= activemq PORTVERSION= 5.15.9 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} DISTNAME= apache-${PORTNAME}-${PORTVERSION} @@ -43,12 +44,9 @@ PLIST_SUB= MQUSER="${MQUSER}" \ OPTIONS_DEFINE= DOCS EXAMPLES -post-patch: - @${REINPLACE_CMD} -i '' -e 's|activemq.base}/data|activemq.logs}|g' \ - ${WRKSRC}/conf/log4j.properties - do-install: @${MKDIR} ${STAGEDIR}${DATADIR}/bin ${STAGEDIR}${ETCDIR} ${STAGEDIR}${MQDB} + ${RM} ${WRKSRC}/conf/log4j.properties.orig cd ${WRKSRC}/conf && for f in *; do \ ${INSTALL_DATA} ${WRKSRC}/conf/$$f ${STAGEDIR}${ETCDIR}/$$f.sample; \ done |