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 /math | |
parent | 1c1b64d8dcf1c9b0c1804ec110681b43555bc016 (diff) | |
download | pkgsrc-56f0c27d2cf0683bfda540677e463c2aea6656ed.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 |