summaryrefslogtreecommitdiff
path: root/graphics/py-imaging/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2000-01-02 03:36:52 +0000
committerwiz <wiz>2000-01-02 03:36:52 +0000
commit9e3fc6c2513feeaf3903e1eb6af013d9c254e1cf (patch)
tree799576ceb1c6d2fa71411900dbe4a4a0551b1093 /graphics/py-imaging/Makefile
parent2362b2a5a28d3994487294e260a979d5e51fdb5a (diff)
downloadpkgsrc-9e3fc6c2513feeaf3903e1eb6af013d9c254e1cf.tar.gz
replaced some commands by their ${COMMAND} counterparts
Diffstat (limited to 'graphics/py-imaging/Makefile')
-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"