summaryrefslogtreecommitdiff
path: root/devel/GConf
diff options
context:
space:
mode:
authorskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
committerskrll <skrll@pkgsrc.org>2002-02-15 10:12:28 +0000
commit08bdd44549284c310d01f61b15936669a2f75753 (patch)
treed8c5da963aaf61f579edc82f096cfa181c02c55b /devel/GConf
parent2d3b54203a3be6ac17d82606e631bd2cdb84308c (diff)
downloadpkgsrc-08bdd44549284c310d01f61b15936669a2f75753.tar.gz
mkdir -> ${MKDIR}
rmdir -> ${RMDIR} rm -> ${RM} (${RM} added to PLIST_SUBST) chmod -> ${CHMOD} chown -> ${CHOWN}
Diffstat (limited to 'devel/GConf')
-rw-r--r--devel/GConf/PLIST4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST
index 556c2abe0b1..b607d434dab 100644
--- a/devel/GConf/PLIST
+++ b/devel/GConf/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/05 22:39:01 skrll Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/02/15 10:12:34 skrll Exp $
bin/gconf-config
bin/gconf-config-1
bin/gconfd-1
@@ -76,4 +76,4 @@ share/locale/zh_CN.GB2312/LC_MESSAGES/GConf.mo
@dirrm etc/gconf/1
@dirrm etc/gconf
@exec test %D = ${LOCALBASE} || ln -s %D/share/aclocal/gconf-1.m4 ${LOCALBASE}/share/aclocal/gconf-1.m4
-@unexec test %D = ${LOCALBASE} || rm ${LOCALBASE}/share/aclocal/gconf-1.m4
+@unexec test %D = ${LOCALBASE} || ${RM} ${LOCALBASE}/share/aclocal/gconf-1.m4