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/emacs20/PLIST | |
parent | cf61c249d91b593f80d4a180f376c3678c957e96 (diff) | |
download | pkgsrc-98eed4cfc242802f1ce0552c0e621b76acdb75f3.tar.gz |
Convert @exec/@unexec to @pkgdir or drop it.
Diffstat (limited to 'editors/emacs20/PLIST')
-rw-r--r-- | editors/emacs20/PLIST | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/emacs20/PLIST b/editors/emacs20/PLIST index 632f55ae79b..a7a8e544574 100644 --- a/editors/emacs20/PLIST +++ b/editors/emacs20/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.7 2009/06/14 17:50:22 joerg Exp $ +@comment $NetBSD: PLIST,v 1.8 2009/06/14 18:53:00 joerg Exp $ bin/emacs bin/emacs-${PKGVERSION} bin/emacs-b2m @@ -1276,5 +1276,4 @@ share/emacs/${PKGVERSION}/lisp/zone-mode.el share/emacs/${PKGVERSION}/lisp/zone-mode.elc share/emacs/${PKGVERSION}/site-lisp/subdirs.el share/emacs/site-lisp/subdirs.el -@exec ${MKDIR} %D/share/emacs/${PKGVERSION}/leim -@unexec ${RMDIR} %D/share/emacs 2>/dev/null || ${TRUE} +@pkgdir share/emacs/${PKGVERSION}/leim |