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 /editors/speedbar | |
parent | cf61c249d91b593f80d4a180f376c3678c957e96 (diff) | |
download | pkgsrc-98eed4cfc242802f1ce0552c0e621b76acdb75f3.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'editors/speedbar')
-rw-r--r-- | editors/speedbar/PLIST | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/speedbar/PLIST b/editors/speedbar/PLIST index c98df71922e..4b07257ffb2 100644 --- a/editors/speedbar/PLIST +++ b/editors/speedbar/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.9 2006/03/20 04:59:08 jlam Exp $ +@comment $NetBSD: PLIST,v 1.10 2009/06/14 18:53:00 joerg Exp $ ${EMACS_INFOPREFIX}/speedbar.info ${EMACS_LISPPREFIX}/speedbar/dframe.el ${EMACS_LISPPREFIX}/speedbar/dframe.elc @@ -30,4 +30,3 @@ ${EMACS_LISPPREFIX}/speedbar/sb-tag-v.xpm ${EMACS_LISPPREFIX}/speedbar/sb-tag.xpm ${EMACS_LISPPREFIX}/speedbar/speedbar.el ${EMACS_LISPPREFIX}/speedbar/speedbar.elc -@unexec ${RMDIR} %D/${EMACS_LISPPREFIX}/speedbar 2>/dev/null || ${TRUE} |