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 /devel/GConf | |
parent | b3700b38d37190359d013dc19584d4dd27a83714 (diff) | |
download | pkgsrc-9bd4180d57c9e2c28c4aac8677063ec431119e63.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 |