summaryrefslogtreecommitdiff
path: root/graphics/py-imaging
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-01-02 03:36:52 +0000
committerwiz <wiz@pkgsrc.org>2000-01-02 03:36:52 +0000
commit900f5e50fff492faca5c1ba48fa4dabef913c0bf (patch)
tree799576ceb1c6d2fa71411900dbe4a4a0551b1093 /graphics/py-imaging
parentd0d024052c11bdb7b240dc6afca35983931b979e (diff)
downloadpkgsrc-900f5e50fff492faca5c1ba48fa4dabef913c0bf.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'graphics/py-imaging')
-rw-r--r--graphics/py-imaging/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile
index 15079080205..59ee08a6616 100644
--- a/graphics/py-imaging/Makefile
+++ b/graphics/py-imaging/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/09/20 04:58:29 sakamoto Exp $
+# $NetBSD: Makefile,v 1.6 2000/01/02 03:36:53 wiz Exp $
DISTNAME= Imaging-1.0b1
PKGNAME= py-imaging-1.0b1
@@ -34,10 +34,10 @@ post-install:
${INSTALL_DATA_DIR} ${PREFIX}/include/PIL
${INSTALL_DATA} ${WRKSRC}/libImaging/*.h ${PREFIX}/include/PIL
${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
- (cd ${WRKSRC}/PIL; find . -name \*.py\* -print \
+ (cd ${WRKSRC}/PIL; ${FIND} . -name \*.py\* -print \
| ${SED} -e 's,^./,lib/python1.5/site-packages/,g' \
>>${PLIST_SRC})
- (cd ${PREFIX}; find include/PIL -type f -print >>${PLIST_SRC})
+ (cd ${PREFIX}; ${FIND} include/PIL -type f -print >>${PLIST_SRC})
${ECHO} "@dirrm include/PIL" >>${PLIST_SRC}
.include "../../mk/bsd.pkg.mk"