diff options
author | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-15 10:12:28 +0000 |
commit | 776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4 (patch) | |
tree | d8c5da963aaf61f579edc82f096cfa181c02c55b /devel/GConf | |
parent | eee5ea82bdaedb5f556b37f1abd1e775778ada87 (diff) | |
download | pkgsrc-776a33b09bbd737dcfa1ffef38c8b5b383b0d0c4.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/PLIST | 4 |
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 |