diff options
author | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-18 16:10:09 +0000 |
---|---|---|
committer | Ernst de Haan <znerd@FreeBSD.org> | 2002-10-18 16:10:09 +0000 |
commit | 52f0eeb0e866e23e41ed89f39557e13e0388c3a8 (patch) | |
tree | ad229ef6951e92cab134c0dfdb7887933a9d2c87 /textproc/xincluder | |
parent | Only installing JAR and docs. And installing where they should go. (diff) |
Style changes. Not defining DOCSDIR anymore, since it's already
defined in bsd.port.mk.
Diffstat (limited to 'textproc/xincluder')
-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 2883685de61a..715e6bf68fd3 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 ]" |