diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 01:14:50 +0000 |
commit | 42b9878de05e3fd31b1537c7fb21ea8d4260e335 (patch) | |
tree | faaedbe6ae8110bb19ce982907b65ca7c487c291 /java/netbeans3 | |
parent | f7c0630cd25902e9d0299337f0075f1969f3c15c (diff) |
Notes
Diffstat (limited to 'java/netbeans3')
-rw-r--r-- | java/netbeans3/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/java/netbeans3/Makefile b/java/netbeans3/Makefile index 9962b078c965..8566710de0a6 100644 --- a/java/netbeans3/Makefile +++ b/java/netbeans3/Makefile @@ -33,11 +33,9 @@ DOWNLOAD_URL?= http://www.netbeans.org/download/release36/promoted/FCS/release36 IGNORE= you must manually fetch the source distribution (${DISTFILES}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif -.if ${OSVERSION} >= 500000 post-patch: @${CAT} ${FILESDIR}/bin_runide.sh.diff | ${PATCH} ${WRKSRC}/bin/runide.sh @${RM} ${WRKSRC}/bin/runide.sh.orig -.endif do-install: @${MKDIR} ${PREFIX}/netbeans3 |