diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 22:06:39 +0000 |
commit | e85e58a029bd63ae666f1998c5a5629ca64ceee6 (patch) | |
tree | 5c7f99cfbae867a7ff655a3f10b6c23aceb8f59b /x11/gtk2/PLIST | |
parent | b882d11d24e052ef7a19f4841f4729478cec7f12 (diff) | |
download | pkgsrc-e85e58a029bd63ae666f1998c5a5629ca64ceee6.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'x11/gtk2/PLIST')
-rw-r--r-- | x11/gtk2/PLIST | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/x11/gtk2/PLIST b/x11/gtk2/PLIST index 56c47499cce..91edd6fe3aa 100644 --- a/x11/gtk2/PLIST +++ b/x11/gtk2/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.65 2009/06/14 18:24:50 joerg Exp $ +@comment $NetBSD: PLIST,v 1.66 2009/06/14 22:06:40 joerg Exp $ bin/gdk-pixbuf-csource bin/gdk-pixbuf-query-loaders bin/gtk-builder-convert @@ -1218,7 +1218,6 @@ share/locale/zh_TW/LC_MESSAGES/gtk20.mo share/themes/Default/gtk-2.0-key/gtkrc share/themes/Emacs/gtk-2.0-key/gtkrc share/themes/Raleigh/gtk-2.0/gtkrc -@unexec ${RMDIR} %D/share/themes/Default 2>/dev/null || ${TRUE} -@exec ${MKDIR} %D/lib/gtk-2.0/modules -@exec ${MKDIR} %D/lib/gtk-2.0/immodules -@exec ${MKDIR} %D/lib/gtk-2.0/2.10.0/filesystems +@pkgdir lib/gtk-2.0/modules +@pkgdir lib/gtk-2.0/immodules +@pkgdir lib/gtk-2.0/2.10.0/filesystems |