summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2011-04-14 09:49:36 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2011-04-14 09:49:36 +0000
commit743b002be1e587067d47b667ad6d385c4f3853d1 (patch)
tree143faf1b82726dcccd4fee8661d8fefeb4945ca1 /java
parentUpdate to 1.5.2 (diff)
- Fix PLIST by making sure that all patched files backups are removed before
COPYTREE_SHARE'ing into target directory Reported by: PH (via pav)
Notes
Notes: svn path=/head/; revision=272716
Diffstat (limited to 'java')
-rw-r--r--java/netbeans/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/netbeans/Makefile b/java/netbeans/Makefile
index cafc4fdba49e..cf5fee8c72f2 100644
--- a/java/netbeans/Makefile
+++ b/java/netbeans/Makefile
@@ -31,8 +31,8 @@ post-patch:
${WRKSRC}/etc/netbeans.conf
@${REINPLACE_CMD} -i "" -e 's|%%GCONFTOOL2%%|${LOCALBASE}/bin/gconftool-2|g; \
s|%%GREP%%|${GREP}|g;s|%%SED%%|${SED}|g;s|%%FGREP%%|`which fgrep`|g;s|%%AWK%%|${AWK}|g' \
- ${WRKSRC}/platform/lib/nbexec && \
- ${RM} ${WRKSRC}/platform/lib/nbexec.orig
+ ${WRKSRC}/platform/lib/nbexec
+ @${FIND} ${WRKSRC} -name "*.orig" -delete
do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${DATADIR})