diff options
| author | Greg Lewis <glewis@FreeBSD.org> | 2003-04-24 05:52:23 +0000 |
|---|---|---|
| committer | Greg Lewis <glewis@FreeBSD.org> | 2003-04-24 05:52:23 +0000 |
| commit | cd6327e0a78c400b2be404dd3b5f68572c5ed7d4 (patch) | |
| tree | a241c2292de6570c7a2722ffd7f8c6afaaeb05d4 /java | |
| parent | . Fix ownership of installed files. (diff) | |
. find -> ${FIND}
Reviewed by: znerd
Approved by: znerd
Notes
Notes:
svn path=/head/; revision=79565
Diffstat (limited to 'java')
| -rw-r--r-- | java/linux-sun-jdk13/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk13/Makefile b/java/linux-sun-jdk13/Makefile index 72ef9e21b24c..43bc82e332a2 100644 --- a/java/linux-sun-jdk13/Makefile +++ b/java/linux-sun-jdk13/Makefile @@ -66,7 +66,7 @@ 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} ${PREFIX}/${PKGNAMEPREFIX}jdk${JDK_VERSION} |
