diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:03:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-09-03 00:03:26 +0000 |
commit | 5d19382cb21dc0131db16edda81498cdd213d8cd (patch) | |
tree | c407b66f1f03b3f4186dc29484272089ffae7a17 /editors/jedit/Makefile | |
parent | NO_PACKAGE and NO_CDROM are not appropriate here (diff) |
This no longer seems to hang during build
Notes
Notes:
svn path=/head/; revision=171950
Diffstat (limited to '')
-rw-r--r-- | editors/jedit/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/jedit/Makefile b/editors/jedit/Makefile index 02cb1fa9ca36..7e2d85949dad 100644 --- a/editors/jedit/Makefile +++ b/editors/jedit/Makefile @@ -41,10 +41,6 @@ do-install: ${JAVA} installer.Install text @${INSTALL_SCRIPT} ${WRKDIR}/jedit.sh ${PREFIX}/bin/jedit -.if defined(PARALLEL_PACKAGE_BUILD) -IGNORE= hang -.endif - post-install: @${FIND} ${DATADIR} ! -type d | \ ${SED} 's,^${PREFIX}/,,' >> ${TMPPLIST} |