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 /devel/GConf | |
parent | 1c1b64d8dcf1c9b0c1804ec110681b43555bc016 (diff) | |
download | pkgsrc-56f0c27d2cf0683bfda540677e463c2aea6656ed.tar.gz |
/bin/mkdir -> ${MKDIR}.
Make the print-PLIST target output ${MKDIR} also.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/PLIST | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST index c1f8e952d59..556c2abe0b1 100644 --- a/devel/GConf/PLIST +++ b/devel/GConf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.2 2002/01/15 23:59:46 rh Exp $ +@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:39:01 skrll Exp $ bin/gconf-config bin/gconf-config-1 bin/gconfd-1 @@ -69,9 +69,9 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo @dirrm include/gconf/1 @dirrm include/gconf @dirrm etc/gconf/schemas -@exec /bin/mkdir -p %D/etc/gconf/gconf.xml.mandatory +@exec ${MKDIR} -p %D/etc/gconf/gconf.xml.mandatory @dirrm etc/gconf/gconf.xml.mandatory -@exec /bin/mkdir -p %D/etc/gconf/gconf.xml.defaults +@exec ${MKDIR} -p %D/etc/gconf/gconf.xml.defaults @dirrm etc/gconf/gconf.xml.defaults @dirrm etc/gconf/1 @dirrm etc/gconf |