diff options
Diffstat (limited to 'textproc/saxon/Makefile')
-rw-r--r-- | textproc/saxon/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/saxon/Makefile b/textproc/saxon/Makefile index 97c12fd44c66..bac0cb426f78 100644 --- a/textproc/saxon/Makefile +++ b/textproc/saxon/Makefile @@ -35,6 +35,7 @@ PORTDOCS= api api-guide.html changes.html conditions.html \ SUB_LIST= SAXON_JARS="${JARFILES:S,^,${JAVAJARDIR}/,}" SUB_FILES= saxon.sh +NO_STAGE= yes do-install: @${ECHO_MSG} -n ">> Installing JARs in ${JAVAJARDIR}..." .for JARFILE in ${JARFILES} |