diff options
author | skrll <skrll> | 2002-02-05 22:39:00 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-05 22:39:00 +0000 |
commit | 56f0c27d2cf0683bfda540677e463c2aea6656ed (patch) | |
tree | 533303137022845ae02b523e64f45e133c5d6473 /graphics | |
parent | 1c1b64d8dcf1c9b0c1804ec110681b43555bc016 (diff) | |
download | pkgsrc-56f0c27d2cf0683bfda540677e463c2aea6656ed.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ploticus-examples/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ploticus-examples/PLIST b/graphics/ploticus-examples/PLIST index e48ebb40a37..2ea04314095 100644 --- a/graphics/ploticus-examples/PLIST +++ b/graphics/ploticus-examples/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/10/31 23:53:03 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:03 skrll Exp $ share/examples/ploticus/doc/Changelog.html share/examples/ploticus/doc/Contents.html share/examples/ploticus/doc/Contents.html- @@ -767,7 +767,7 @@ share/examples/ploticus/thumbpng/volunteers.png @dirrm share/examples/ploticus/gallery/gif @dirrm share/examples/ploticus/gallery/btn @dirrm share/examples/ploticus/gallery/Util -@exec /bin/mkdir -p /usr/pkg/share/examples/ploticus/gallery/Old +@exec ${MKDIR} -p /usr/pkg/share/examples/ploticus/gallery/Old @dirrm share/examples/ploticus/gallery/Old @dirrm share/examples/ploticus/gallery @dirrm share/examples/ploticus/doc |