diff options
author | kris <kris@FreeBSD.org> | 2002-12-01 07:47:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-12-01 07:47:03 +0800 |
commit | 1eb01c5196f4bba3e72a37c4088acaceca881b06 (patch) | |
tree | 5756a8846997a0bee4c872965e592ced9edcfc94 /textproc/xalan-j | |
parent | 2eb8ffc92580d1f0c47e2f772b0a4a2e08864dbb (diff) | |
download | freebsd-ports-gnome-1eb01c5196f4bba3e72a37c4088acaceca881b06.tar.gz freebsd-ports-gnome-1eb01c5196f4bba3e72a37c4088acaceca881b06.tar.zst freebsd-ports-gnome-1eb01c5196f4bba3e72a37c4088acaceca881b06.zip |
Remove duplicate do-build target
Diffstat (limited to 'textproc/xalan-j')
-rw-r--r-- | textproc/xalan-j/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/textproc/xalan-j/Makefile b/textproc/xalan-j/Makefile index cad9ce68ce93..6b504da4736a 100644 --- a/textproc/xalan-j/Makefile +++ b/textproc/xalan-j/Makefile @@ -28,9 +28,6 @@ JAVASHAREDIR= ${PREFIX}/share/java JARDIR= ${JAVASHAREDIR}/classes JARFILE= xalan.jar -do-build: - @cd ${WRKSRC} && ${ANT} ${ANT_TARGET} - do-configure: ${SED} 's|%%PREFIX%%|${PREFIX}|g' ${FILESDIR}/xalan.sh >${WRKDIR}/xalan |