diff options
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/docbook/DESCR | 1 | ||||
-rw-r--r-- | textproc/fop/Makefile | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/textproc/docbook/DESCR b/textproc/docbook/DESCR index 650845928a1..aacc3966e15 100644 --- a/textproc/docbook/DESCR +++ b/textproc/docbook/DESCR @@ -10,4 +10,3 @@ Advancement of Structured Information Standards), www.oasis-open.org. This package contains DocBook SGML versions 2.4.1, 3.0, 3.1, 4.0, 4.1, and 4.2. XML versions are in the docbook-xml package. - diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index 64f83e96187..1fe1efdba62 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2003/09/06 16:45:06 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2004/01/12 09:46:04 cjep 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 @@ -35,7 +35,6 @@ post-extract: ${FIND} ${WRKSRC}/docs -depth -name cvs -exec ${RM} -r '{}' \; .endif - do-install: ${INSTALL_DATA_DIR} ${PREFIX}/lib/java ${INSTALL_DATA} ${WRKSRC}/build/fop.jar ${PREFIX}/lib/java/fop.jar |