diff options
Diffstat (limited to 'textproc/xstream/Makefile')
-rw-r--r-- | textproc/xstream/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xstream/Makefile b/textproc/xstream/Makefile index 0ad069c33843..84b031425f73 100644 --- a/textproc/xstream/Makefile +++ b/textproc/xstream/Makefile @@ -21,6 +21,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar PORTDOCS= * +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR as ${JAVAJARDIR}/${PORTNAME}.jar..." @${INSTALL_DATA} ${WRKSRC}/lib/${DISTNAME}.jar ${JAVAJARDIR}/${PORTNAME}.jar |