diff options
author | cjep <cjep@pkgsrc.org> | 2004-01-12 09:46:04 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2004-01-12 09:46:04 +0000 |
commit | 1b39677b6e831264592a3a7d2e033608ab93a824 (patch) | |
tree | 42760049bed3a2e9a4218509d6434c2eb95b71da /textproc/fop | |
parent | 11c0bdee978032cae3997d10ba7672b98f703e91 (diff) | |
download | pkgsrc-1b39677b6e831264592a3a7d2e033608ab93a824.tar.gz |
Remove unnecessary blank lines.
Diffstat (limited to 'textproc/fop')
-rw-r--r-- | textproc/fop/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
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 |