diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 12:31:57 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-21 12:31:57 +0000 |
commit | 91b39cccaaa623e49abcc7f109d2a0f8b1a46495 (patch) | |
tree | 105ecee2b45e7407da8d294dbc7cccf26ae9d006 /textproc/cocoon/Makefile | |
parent | eabe539c4a04a46fc2002965d38e279e91a38ab6 (diff) | |
download | ports-91b39cccaaa623e49abcc7f109d2a0f8b1a46495.tar.gz ports-91b39cccaaa623e49abcc7f109d2a0f8b1a46495.zip |
Notes
Diffstat (limited to 'textproc/cocoon/Makefile')
-rw-r--r-- | textproc/cocoon/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/cocoon/Makefile b/textproc/cocoon/Makefile index 8df5072f2d7f..9ab5c09927e4 100644 --- a/textproc/cocoon/Makefile +++ b/textproc/cocoon/Makefile @@ -7,7 +7,7 @@ PORTNAME= cocoon PORTVERSION= 1.8.2 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= textproc www java MASTER_SITES= http://xml.apache.org/cocoon/dist/cocoon1/ \ http://www.metaverse.nl/~ernst/ \ @@ -22,7 +22,7 @@ MAKE_ENV= JAVA_HOME=${JAVA_HOME} CLASSPATH=${CLASSPATH} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} CLASSPATH= ${JAVA_CLASSES} -LIBS= fop_0_15_0.jar xalan_1_2_D02.jar xerces_1_2.jar +LIBS= fop_0_15_0.jar xalan_1_2_D02.jar xerces_1_2.jar turbine-pool.jar JDIR= ${PREFIX}/share/java/classes CDIR= ${PREFIX}/etc/apache/cocoon SDIR= ${PREFIX}/share/java/cocoon |