diff options
Diffstat (limited to 'textproc/xalan-j/Makefile')
-rw-r--r-- | textproc/xalan-j/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index ee9a25715e67..db6b40cdd104 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -32,6 +32,7 @@ PLIST_FILES= ${JARFILES:S|^|%%JAVAJARDIR%%/|} bin/xalan-j SUB_FILES= xalan-j.sh +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JAR files in ${JAVAJARDIR}..." .for jarfile in ${JARFILES} |