aboutsummaryrefslogtreecommitdiff
path: root/textproc/xml-commons
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:39:08 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-03-20 15:39:08 +0000
commita55a41285be81c8ce27d0c2d8e5d3a2bdfb09ad3 (patch)
tree0acd05afcc574343834ff0aabaf7db8aaf6a7803 /textproc/xml-commons
parent5ec77b4e269e4c941f14348e60202078b20fef75 (diff)
downloadports-a55a41285be81c8ce27d0c2d8e5d3a2bdfb09ad3.tar.gz
ports-a55a41285be81c8ce27d0c2d8e5d3a2bdfb09ad3.zip
Notes
Diffstat (limited to 'textproc/xml-commons')
-rw-r--r--textproc/xml-commons/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/xml-commons/Makefile b/textproc/xml-commons/Makefile
index 990eabe568c3..798597e3443e 100644
--- a/textproc/xml-commons/Makefile
+++ b/textproc/xml-commons/Makefile
@@ -19,9 +19,8 @@ NO_BUILD= yes
PLIST_FILES= %%JAVAJARDIR%%/xml-apis-ext.jar \
%%JAVAJARDIR%%/xml-apis.jar
-NO_STAGE= yes
do-install:
- ${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${JAVAJARDIR}
- ${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${JAVAJARDIR}
+ ${INSTALL_DATA} ${WRKSRC}/xml-apis-ext.jar ${STAGEDIR}${JAVAJARDIR}
+ ${INSTALL_DATA} ${WRKSRC}/xml-apis.jar ${STAGEDIR}${JAVAJARDIR}
.include <bsd.port.mk>