From e2b2f69a7de4cbc000239978792f676e5cc44b97 Mon Sep 17 00:00:00 2001 From: znerd Date: Fri, 18 Oct 2002 16:10:09 +0000 Subject: Style changes. Not defining DOCSDIR anymore, since it's already defined in bsd.port.mk. --- textproc/xincluder/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'textproc/xincluder') 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 ]" -- cgit v1.1