diff options
| author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-06-07 19:55:11 +0000 |
|---|---|---|
| committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-06-07 19:55:11 +0000 |
| commit | c0fded61b439cc0a5df3785ef6d01fb087f30b11 (patch) | |
| tree | 8c229a1c9c3d3649abe094a287caea182a20122a /java/netbeans55/Makefile | |
| parent | 5baf764cff1e60132744df41b92d675819e4ae49 (diff) | |
Notes
Diffstat (limited to 'java/netbeans55/Makefile')
| -rw-r--r-- | java/netbeans55/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/java/netbeans55/Makefile b/java/netbeans55/Makefile index a9432727cf8c..0f163fbc8675 100644 --- a/java/netbeans55/Makefile +++ b/java/netbeans55/Makefile @@ -30,6 +30,11 @@ DOWNLOAD_URL?= http://www.netbeans.org/download/dev/daily/build200306020100/plat 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 +.endif + do-install: @${MKDIR} ${PREFIX}/netbeans @${CP} -r ${WRKSRC}/* ${PREFIX}/netbeans |
