summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2003-04-24 05:53:46 +0000
committerGreg Lewis <glewis@FreeBSD.org>2003-04-24 05:53:46 +0000
commit7b18610272c4c00185bc21a5fd072612c4f49029 (patch)
tree9d907ef37c88f24466ac81428eee816aca123aef /java
parent. find -> ${FIND} (diff)
. Be consistent with other JDK ports and silence execution of the
post-patch clean up. . Simplify installation find command. Reviewed by: znerd Approved by: znerd
Notes
Notes: svn path=/head/; revision=79566
Diffstat (limited to 'java')
-rw-r--r--java/linux-sun-jdk14/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile
index 3c6f7e605ae2..0422696064c2 100644
--- a/java/linux-sun-jdk14/Makefile
+++ b/java/linux-sun-jdk14/Makefile
@@ -53,11 +53,11 @@ do-extract:
&& ${WRKDIR}/install.sfx > /dev/null
post-patch:
- ${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
+ @${FIND} ${WRKSRC} -name '*.orig' -print | xargs ${RM} -f
do-install:
${MKDIR} ${APP_HOME}
- cd ${WRKSRC} && ${FIND} . -name '*' -print \
+ cd ${WRKSRC} && ${FIND} . -print \
| ${CPIO} -pdmu -R ${LIBOWN}:${LIBGRP} ${APP_HOME}
${LOCALBASE}/bin/registervm "${APP_HOME}/bin/java # Linux-Sun-JDK${PORTVERSION}"