diff options
author | joerg <joerg@pkgsrc.org> | 2009-06-14 18:48:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-06-14 18:48:07 +0000 |
commit | 4c1883bce8a1906cc9c05aaea3f1488182d2b30f (patch) | |
tree | 3ca5055692d836309a06064f905db9b5b6835863 /editors/gedit | |
parent | d0ba5e81954670058c14c9c00cf3fd37c300e9f8 (diff) | |
download | pkgsrc-4c1883bce8a1906cc9c05aaea3f1488182d2b30f.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'editors/gedit')
-rw-r--r-- | editors/gedit/PLIST | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/gedit/PLIST b/editors/gedit/PLIST index dc1197cb0de..f9d209f17bf 100644 --- a/editors/gedit/PLIST +++ b/editors/gedit/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.37 2009/06/14 17:50:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.38 2009/06/14 18:53:00 joerg Exp $ bin/gedit bin/gnome-text-editor include/gedit-2.20/gedit/gedit-app.h @@ -405,6 +405,6 @@ share/omf/gedit/gedit-uk.omf share/omf/gedit/gedit-zh_CN.omf share/omf/gedit/gedit-zh_HK.omf share/omf/gedit/gedit-zh_TW.omf -@exec ${MKDIR} %D/share/gedit-2/plugins/sample -@exec ${MKDIR} %D/share/gedit-2/plugins/indent -@exec ${MKDIR} %D/share/gedit-2/plugins/changecase +@pkgdir share/gedit-2/plugins/sample +@pkgdir share/gedit-2/plugins/indent +@pkgdir share/gedit-2/plugins/changecase |