diff options
-rw-r--r-- | textproc/xincluder/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/xincluder/Makefile b/textproc/xincluder/Makefile index 2883685..715e6bf 100644 --- a/textproc/xincluder/Makefile +++ b/textproc/xincluder/Makefile @@ -18,13 +18,11 @@ NO_BUILD= YES USE_JAVA= 1.2+ JAVASHAREDIR= ${PREFIX}/share/java -DOCSDIR= ${PREFIX}/doc/${PORTNAME} JARDIR= ${JAVASHAREDIR}/classes WRKSRC= ${WRKDIR}/XInclude do-install: - - @${ECHO} -n ">> Installing JAR as ${JAVASHAREDIR}/classes/${PORTNAME}.jar..." + @${ECHO} -n ">> Installing JAR as ${JARDIR}/${PORTNAME}.jar..." @${CP} ${WRKSRC}/${PORTNAME}.jar ${JARDIR}/ @${ECHO} " [ DONE ]" |