summaryrefslogtreecommitdiffstats
path: root/devel/fnorb
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
committertrevor <trevor@FreeBSD.org>2003-11-13 14:45:08 +0000
commit98d7950e05980253d33259a6aafcd5e3b6547fdb (patch)
tree1cbd7ce2d9411420b33e9f045481bd24f68ef920 /devel/fnorb
parenta959d36850b787f6723176962c2985587b2936cb (diff)
downloadFreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.zip
FreeBSD-ports-98d7950e05980253d33259a6aafcd5e3b6547fdb.tar.gz
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'devel/fnorb')
-rw-r--r--devel/fnorb/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fnorb/Makefile b/devel/fnorb/Makefile
index ce18092..413217f 100644
--- a/devel/fnorb/Makefile
+++ b/devel/fnorb/Makefile
@@ -45,7 +45,7 @@ post-build:
post-install:
@ ${MKDIR} ${FNORB_DIR}/script
- @ cd ${WRKSRC} && find *.py *.pyc *.pyo compiler cos orb parser \
+ @ cd ${WRKSRC} && ${FIND} *.py *.pyc *.pyo compiler cos orb parser \
script/*.py script/*.pyc script/*.pyo \! -name \*.orig \
| ${CPIO} ${BINOWN}:${BINGRP} ${FNORB_DIR}
@ ${MKDIR} ${PREFIX}/bin
@@ -56,10 +56,10 @@ post-install:
${PREFIX}/etc/fnorb.cfg.sample
.if !defined(NOPORTDOCS)
@ ${MKDIR} ${EXAMPLESDIR}
- @ cd ${WRKSRC}/examples && find * \
+ @ cd ${WRKSRC}/examples && ${FIND} * \
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${EXAMPLESDIR}
@ ${MKDIR} ${DOCSDIR}
- @ cd ${WRKSRC}/doc && find . \
+ @ cd ${WRKSRC}/doc && ${FIND} . \
| ${CPIO} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR}
@ ${CHMOD} -R u-x ${DOCSDIR} && ${CHMOD} -R u+X ${DOCSDIR}
.for file in ANNOUNCE CHANGES README LICENSE.HTML
OpenPOWER on IntegriCloud