summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--textproc/fop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile
index 33ea4c1465c..cd55f9e1d62 100644
--- a/textproc/fop/Makefile
+++ b/textproc/fop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/05/31 14:38:10 jwise Exp $
+# $NetBSD: Makefile,v 1.2 2000/05/31 16:42:24 jwise Exp $
#
# Note: we currently use the pre-built (-bin) distribution of FOP,
# because although FOP runs fine under JDK 1.1, JDK 1.2 or greater is
@@ -12,8 +12,6 @@ MASTER_SITES= http://xml.apache.org/dist/fop/
MAINTAINER= jwise@netbsd.org
HOMEPAGE= http://xml.apache.org/fop/
-DEPENDS+= xalan-j-*:../../textproc/xalan-j
-
USE_JAVA= yes
NO_PATCH=
NO_CONFIGURE=
@@ -22,6 +20,7 @@ NO_BUILD=
WRKSRC= ${WRKDIR}/fop-0_12_1
do-install:
+ ${MKDIR} ${PREFIX}/lib/java
${INSTALL_DATA} ${WRKSRC}/fop_bin_0_12_1.jar ${PREFIX}/lib/java/fop.jar
${MKDIR} ${PREFIX}/share/doc/java/fop
cd ${WRKSRC}/docs ; ${GTAR} pcf - . | ( cd ${PREFIX}/share/doc/java/fop ; ${GTAR} pvxf - )