aboutsummaryrefslogtreecommitdiff
path: root/net/activemq/Makefile
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-04-18 09:03:10 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-04-18 09:03:10 +0000
commit08758dfc3bf9a90c2235c76fd442593e41cce60a (patch)
treef23ba512d521834c4d5fff0fc876cec01e84ed85 /net/activemq/Makefile
parent41697cac5fdeb6de21855436c63a52b20a7b265d (diff)
downloadports-08758dfc3bf9a90c2235c76fd442593e41cce60a.tar.gz
ports-08758dfc3bf9a90c2235c76fd442593e41cce60a.zip
Notes
Diffstat (limited to 'net/activemq/Makefile')
-rw-r--r--net/activemq/Makefile6
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