diff options
author | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2007-10-04 09:14:50 +0800 |
commit | 7414fe7f0eb5384bcf0deaf5f4587f1c219c904e (patch) | |
tree | a8cab517854b5dc56a09107344f965b0b80bcca3 /java/netbeans3/Makefile | |
parent | 7faae5576ef7a7d0b1ce78e75c07ea81bb83f9d7 (diff) | |
download | freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.gz freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.tar.zst freebsd-ports-gnome-7414fe7f0eb5384bcf0deaf5f4587f1c219c904e.zip |
Remove always-false/true conditions based on OSVERSION 500000
Diffstat (limited to 'java/netbeans3/Makefile')
-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 |