diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-05 22:39:00 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-05 22:39:00 +0000 |
commit | 9bd4180d57c9e2c28c4aac8677063ec431119e63 (patch) | |
tree | 533303137022845ae02b523e64f45e133c5d6473 /lang/python15 | |
parent | b3700b38d37190359d013dc19584d4dd27a83714 (diff) | |
download | pkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'lang/python15')
-rw-r--r-- | lang/python15/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python15/PLIST b/lang/python15/PLIST index e0832e09aeb..bcab7d9bdfe 100644 --- a/lang/python15/PLIST +++ b/lang/python15/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2002/01/29 19:13:22 drochner Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:04 skrll Exp $ bin/python1.5 include/python1.5/Python.h include/python1.5/abstract.h @@ -937,7 +937,7 @@ lib/python1.5/xmllib.pyo @dirrm lib/python1.5/plat-${LOWER_OPSYS}1 @dirrm lib/python1.5/lib-tk @dirrm lib/python1.5/lib-stdwin -@exec /bin/mkdir -p %D/lib/python1.5/lib-dynload +@exec ${MKDIR} -p %D/lib/python1.5/lib-dynload @dirrm lib/python1.5/lib-dynload @dirrm lib/python1.5/config @dirrm lib/python1.5 |