diff options
author | wen <wen@FreeBSD.org> | 2010-06-13 16:05:07 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-06-13 16:05:07 +0800 |
commit | 52ae5d558cd5b323d8a17cffa5d24ef226ae6da8 (patch) | |
tree | cb36725691ecac83a1390fbbcfc284ab788efb82 /net/activemq | |
parent | e65f47a9e288732f3e11286f614c596a491260a0 (diff) | |
download | freebsd-ports-gnome-52ae5d558cd5b323d8a17cffa5d24ef226ae6da8.tar.gz freebsd-ports-gnome-52ae5d558cd5b323d8a17cffa5d24ef226ae6da8.tar.zst freebsd-ports-gnome-52ae5d558cd5b323d8a17cffa5d24ef226ae6da8.zip |
- Fix the PLIST
PR: ports/147810
Submitted by: Gvozdikov Veniamin <g.veniamin@googlemail.com> (maintainer)
Diffstat (limited to 'net/activemq')
-rw-r--r-- | net/activemq/Makefile | 1 | ||||
-rw-r--r-- | net/activemq/pkg-plist | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/net/activemq/Makefile b/net/activemq/Makefile index ff485c8f2902..2121a460d7da 100644 --- a/net/activemq/Makefile +++ b/net/activemq/Makefile @@ -7,6 +7,7 @@ PORTNAME= activemq PORTVERSION= 5.3.2 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= http://www.sai.msu.su/apache/${MASTER_SITE_SUBDIR}/ \ ${MASTER_SITE_APACHE}/${MASTER_SITE_SUBDIR}/ diff --git a/net/activemq/pkg-plist b/net/activemq/pkg-plist index edc762cdbbd6..2c445c28eb30 100644 --- a/net/activemq/pkg-plist +++ b/net/activemq/pkg-plist @@ -384,7 +384,7 @@ lib/activemq/bin/wrapper.jar %%EXAMPLESDIR%%/example/transactions/build.xml %%EXAMPLESDIR%%/example/transactions/README.txt %%EXAMPLESDIR%%/example/build.xml -%%DOCSDIR%%/docs/index.html +%%PORTDOCS%%%%DOCSDIR%%/docs/index.html %%ETCDIR%%/activemq-command.xml %%ETCDIR%%/activemq-demo.xml %%ETCDIR%%/activemq-dynamic-network-broker1.xml @@ -408,7 +408,7 @@ lib/activemq/bin/wrapper.jar %%ETCDIR%%/log4j.properties %%ETCDIR%%/logging.properties @dirrm %%ETCDIR%% -@dirrm %%DOCSDIR%%/docs +%%PORTDOCS%%@dirrm %%DOCSDIR%%/docs @dirrm lib/activemq/webapps/static @dirrm lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq/util @dirrm lib/activemq/webapps/fileserver/WEB-INF/classes/org/apache/activemq |