diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-21 09:22:08 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-21 09:22:08 +0000 |
commit | b0a6705e38c271c3e1523bd344416d6626bdc86d (patch) | |
tree | 3d8d4fd4e24293bef5b0f5b4fc743160640953f3 | |
parent | 0dc340b114d44d796694575b3576484decdff21b (diff) | |
download | pkgsrc-b0a6705e38c271c3e1523bd344416d6626bdc86d.tar.gz |
Fix PLIST on non-NetBSD.
-rw-r--r-- | editors/emacs25/PLIST | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/editors/emacs25/PLIST b/editors/emacs25/PLIST index 9a421933dc9..479637dac95 100644 --- a/editors/emacs25/PLIST +++ b/editors/emacs25/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1 2016/09/18 13:36:18 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.2 2016/09/21 09:22:08 wiz Exp $ bin/ctags bin/ebrowse bin/emacs @@ -67,11 +67,11 @@ info/viper.info.gz info/widget.info.gz info/wisent.info.gz info/woman.info.gz -libexec/emacs/${PKGVERSION}/x86_64--netbsd/hexl -libexec/emacs/${PKGVERSION}/x86_64--netbsd/movemail -libexec/emacs/${PKGVERSION}/x86_64--netbsd/profile -libexec/emacs/${PKGVERSION}/x86_64--netbsd/rcs2log -libexec/emacs/${PKGVERSION}/x86_64--netbsd/update-game-score +libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/hexl +libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/movemail +libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/profile +libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/rcs2log +libexec/emacs/${PKGVERSION}/${MACHINE_GNU_PLATFORM}/update-game-score man/man1/ctags.1 man/man1/ebrowse.1 man/man1/emacs.1 |