diff options
Diffstat (limited to 'lang/fesi')
-rw-r--r-- | lang/fesi/Makefile | 2 |
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 |