diff options
author | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-06-14 18:48:07 +0000 |
commit | 98eed4cfc242802f1ce0552c0e621b76acdb75f3 (patch) | |
tree | 3ca5055692d836309a06064f905db9b5b6835863 /devel/GConf | |
parent | cf61c249d91b593f80d4a180f376c3678c957e96 (diff) | |
download | pkgsrc-98eed4cfc242802f1ce0552c0e621b76acdb75f3.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'devel/GConf')
-rw-r--r-- | devel/GConf/PLIST | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/GConf/PLIST b/devel/GConf/PLIST index 01a300ba125..1ff0ea0581f 100644 --- a/devel/GConf/PLIST +++ b/devel/GConf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.27 2009/06/14 17:48:30 joerg Exp $ +@comment $NetBSD: PLIST,v 1.28 2009/06/14 18:48:07 joerg Exp $ bin/gconf-merge-tree bin/gconftool-2 include/gconf/2/gconf/gconf-changeset.h @@ -125,7 +125,4 @@ share/locale/zh_CN/LC_MESSAGES/GConf2.mo share/locale/zh_HK/LC_MESSAGES/GConf2.mo share/locale/zh_TW/LC_MESSAGES/GConf2.mo share/sgml/gconf/gconf-1.0.dtd -@exec ${MKDIR} %D/share/gconf/schemas -@unexec ${RMDIR} -p %D/share/gconf 2>/dev/null || ${TRUE} -@unexec ${RMDIR} -p %D/lib/GConf 2>/dev/null || ${TRUE} -@unexec ${RMDIR} -p %D/include/gconf 2>/dev/null || ${TRUE} +@pkgdir share/gconf/schemas |