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 /math | |
parent | b3700b38d37190359d013dc19584d4dd27a83714 (diff) | |
download | pkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'math')
-rw-r--r-- | math/pari/PLIST | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/pari/PLIST b/math/pari/PLIST index c93c370a39c..c3da2345658 100644 --- a/math/pari/PLIST +++ b/math/pari/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2001/11/01 00:33:57 zuntum Exp $ +@comment $NetBSD: PLIST,v 1.2 2002/02/05 22:39:05 skrll Exp $ bin/gp bin/gp-2.1 bin/gphelp @@ -77,7 +77,7 @@ share/pari/misc/new.dic share/pari/misc/pari.xpm share/pari/misc/xgp @dirrm share/pari/misc -@exec /bin/mkdir -p /usr/pkg/share/pari/galdata +@exec ${MKDIR} -p /usr/pkg/share/pari/galdata @dirrm share/pari/galdata @dirrm share/pari/examples @dirrm share/pari/emacs |