aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorznerd <znerd@FreeBSD.org>2002-10-19 00:10:09 +0800
committerznerd <znerd@FreeBSD.org>2002-10-19 00:10:09 +0800
commite2b2f69a7de4cbc000239978792f676e5cc44b97 (patch)
treec7b2cefe5edea27999c016b5d14b38114ede2e31 /textproc
parentc8b490930e6d78d17d2960d5b069ea663d9e795c (diff)
downloadfreebsd-ports-gnome-e2b2f69a7de4cbc000239978792f676e5cc44b97.tar.gz
freebsd-ports-gnome-e2b2f69a7de4cbc000239978792f676e5cc44b97.tar.zst
freebsd-ports-gnome-e2b2f69a7de4cbc000239978792f676e5cc44b97.zip
Style changes. Not defining DOCSDIR anymore, since it's already
defined in bsd.port.mk.
Diffstat (limited to 'textproc')
-rw-r--r--textproc/xincluder/Makefile4
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 ]"