diff options
| author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
|---|---|---|
| committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-13 12:54:57 +0000 |
| commit | f725dc8ef5848b5e69ebefdc7c1f1517f26643fb (patch) | |
| tree | 61e738084a4bfbaac41e371a863552bfb8c6ed2a /textproc/fop | |
| parent | Use the FIND and XARGS macros introduced in bsd.port.mk 1.391. (diff) | |
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'textproc/fop')
| -rw-r--r-- | textproc/fop/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/fop/Makefile b/textproc/fop/Makefile index e13599ce333e..d644dcc18ca5 100644 --- a/textproc/fop/Makefile +++ b/textproc/fop/Makefile @@ -26,7 +26,8 @@ JAVA_LIBDIR= ${PREFIX}/share/java/classes pre-install: ${MKDIR} ${JAVA_LIBDIR} ${DATADIR} ${DOCSDIR} - find ${WRKSRC} \( -name \*.orig -o -name \*~ -o -name CVS \) -exec ${RM} -rf \{} \; + ${FIND} ${WRKSRC} \( -name \*.orig -o -name \*~ -o -name CVS \) \ + -exec ${RM} -rf \{} \; do-install: cd ${WRKSRC}; \ |
