diff options
author | linimon <linimon@FreeBSD.org> | 2004-04-05 00:08:41 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-04-05 00:08:41 +0800 |
commit | 6818b7e8342daba07386e1af06d958285c2c8635 (patch) | |
tree | 34031565677b47356a29af72081d46564d5009a2 /java/jde/Makefile | |
parent | 056952d9eeca2add7c3950a7099092ada022d1b1 (diff) | |
download | freebsd-ports-gnome-6818b7e8342daba07386e1af06d958285c2c8635.tar.gz freebsd-ports-gnome-6818b7e8342daba07386e1af06d958285c2c8635.tar.zst freebsd-ports-gnome-6818b7e8342daba07386e1af06d958285c2c8635.zip |
Update to 2.3.3: updated to support CheckStyle 3.1; added compatibility fix
for older versions of XEmacs; many other minor bugfixes and improvements.
See lisp/ChangeLog for details.
Changes to the port involve respecting ANT_HOME, and, from the PR:
One conceivably controversial thing I added was a
second symlink from %%EMACS_VERSION_SITE_LISP%%/java to
$PREFIX/share/java/jde.
Otherwise jde cannot find the BeanShell jar files.
PR: ports/64388
Submitted by: David Bremner <bremner@unb.ca> (maintainer)
Diffstat (limited to 'java/jde/Makefile')
-rw-r--r-- | java/jde/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/jde/Makefile b/java/jde/Makefile index a5c60d10d2b1..dccca0d5ee01 100644 --- a/java/jde/Makefile +++ b/java/jde/Makefile @@ -6,8 +6,8 @@ # PORTNAME= jde -PORTVERSION= 2.2.9 -PORTREVISION= 1 +PORTVERSION= 2.3.3 +PORTREVISION= 0 CATEGORIES= java elisp MASTER_SITES= http://jdee.sunsite.dk/ PKGNAMESUFFIX= -${EMACS_PORT_NAME} @@ -52,6 +52,7 @@ do-install: post-install: ${LN} -sf ${JAVADIR} ${LISPDIR}/java + ${LN} -sf ${JAVADIR} ${LISPDIR}/../java .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} .for i in ReleaseNotes.txt ChangeLog |