summaryrefslogtreecommitdiff
path: root/lang/smalleiffel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-09 01:19:09 +0000
committerwiz <wiz@pkgsrc.org>2000-01-09 01:19:09 +0000
commit294cda9307c1821747cf0916959036d4c9af49cc (patch)
tree84cc91ee1e88bcdaf83e25507529503ebe695b4f /lang/smalleiffel
parent1270d96dce0710742da50ebb605c141bc0e84f21 (diff)
downloadpkgsrc-294cda9307c1821747cf0916959036d4c9af49cc.tar.gz
replaced some more commands by their ${COMMAND} counterparts
Diffstat (limited to 'lang/smalleiffel')
-rw-r--r--lang/smalleiffel/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/smalleiffel/Makefile b/lang/smalleiffel/Makefile
index f9585360cd0..300ef777ed6 100644
--- a/lang/smalleiffel/Makefile
+++ b/lang/smalleiffel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 1999/10/13 19:03:38 jlam Exp $
+# $NetBSD: Makefile,v 1.5 2000/01/09 01:19:11 wiz Exp $
#
DISTNAME= se
@@ -24,8 +24,8 @@ SE_BINARIES= clean compile compile_to_c compile_to_jvm \
finder pretty print_jvm_class short
post-extract:
- find ${WRKSRC} -type f -print | xargs ${CHMOD} 644
- find ${WRKSRC} -name ".gdb*" -print | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -type f -print | xargs ${CHMOD} 644
+ ${FIND} ${WRKSRC} -name ".gdb*" -print | xargs ${RM} -f
cd ${WRKSRC}/man; ${RM} -f *.txt
cd ${WRKSRC}/sys; ${RM} -f compiler.se gc loadpath.* system.se
cd ${FILESDIR}; \
@@ -60,7 +60,7 @@ post-build:
${FILESDIR}/${BINNAME}.sh > ${WRKDIR}/${BINNAME}.sh
pre-install:
- find ${WRKSRC} -name "*.orig" -print | xargs ${RM} -f
+ ${FIND} ${WRKSRC} -name "*.orig" -print | xargs ${RM} -f
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/${BINNAME}.sh ${PREFIX}/bin/${BINNAME}