summaryrefslogtreecommitdiffstats
path: root/lang/fesi
diff options
context:
space:
mode:
authortrevor <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
committertrevor <trevor@FreeBSD.org>2003-11-13 13:30:42 +0000
commit0a792d129c721bbf05ec4507020041dae7ccb939 (patch)
tree5443a6df79f666d3a39d8c4f9b5f89991dc6ce44 /lang/fesi
parent0bfadbd86b2e8399c2d3221e66321fc0dc66cab1 (diff)
downloadFreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.zip
FreeBSD-ports-0a792d129c721bbf05ec4507020041dae7ccb939.tar.gz
Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.
Diffstat (limited to 'lang/fesi')
-rw-r--r--lang/fesi/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fesi/Makefile b/lang/fesi/Makefile
index cd146ad..76eb525 100644
--- a/lang/fesi/Makefile
+++ b/lang/fesi/Makefile
@@ -24,7 +24,7 @@ JDK_VERSION= 1.1.8
WRKSRC= ${WRKDIR}/${PORTNAME}
post-extract:
- @(cd ${WRKSRC} && find * -type d -exec ${CHMOD} 755 {} \;)
+ @(cd ${WRKSRC} && ${FIND} * -type d -exec ${CHMOD} 755 {} \;)
do-install:
@${MKDIR} ${PREFIX}/share/java/classes ${PREFIX}/share/java/fesi
OpenPOWER on IntegriCloud