diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 13:11:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-03-06 13:11:32 +0000 |
commit | e5e39fa30c66d1897d8fc0ecb1960c014afbfa0c (patch) | |
tree | 8ec03b7ccbb8f0699cf7aa81e41a3ec4de8bab36 /editors/jext/Makefile | |
parent | 93745ce7a3cc1b5d7ade1963d3df0d8c93b0a52a (diff) | |
download | ports-e5e39fa30c66d1897d8fc0ecb1960c014afbfa0c.tar.gz ports-e5e39fa30c66d1897d8fc0ecb1960c014afbfa0c.zip |
Notes
Diffstat (limited to 'editors/jext/Makefile')
-rw-r--r-- | editors/jext/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/editors/jext/Makefile b/editors/jext/Makefile index a654cedd1b1b..0b03c485d92a 100644 --- a/editors/jext/Makefile +++ b/editors/jext/Makefile @@ -7,6 +7,7 @@ PORTNAME= jext PORTVERSION= 3.0.2 +PORTREVISION= 1 CATEGORIES= editors java MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= jext @@ -34,11 +35,13 @@ do-install: @(cd ${WRKSRC} && ${TAR} -c -f - Jython-LICENSE LICENSE README \ History.txt Names.txt bin lib) | \ (cd ${INSTSBDR} && ${TAR} --unlink -x -f -) + @CLASSPATH=${INSTSBDR}/lib/jython.jar javavm org.python.util.jython \ + ${INSTSBDR}/lib/Lib/compileall.py ${INSTSBDR} post-install: - @${ECHO_MSG} "--------------------------------------------------------------------------------" + @${ECHO_MSG} "-------------------------------------------------------------------------------" @${ECHO_MSG} " Please note that Java2 platform (jdk/jre-1.2.x or later) is required to run" @${ECHO_MSG} " this program." - @${ECHO_MSG} "--------------------------------------------------------------------------------" + @${ECHO_MSG} "-------------------------------------------------------------------------------" .include <bsd.port.mk> |