summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-07-12 17:25:09 +0000
committerwiz <wiz@pkgsrc.org>2013-07-12 17:25:09 +0000
commitf9edd8845dbb51b2f4c203a573f1a4472c3aa839 (patch)
treefeaf5eaa8ea019c4d2b97c1637cf3dd6e7b34611 /shells
parent0590dfa23d555bc043bc14fd16c75ffdf1cf47b0 (diff)
downloadpkgsrc-f9edd8845dbb51b2f4c203a573f1a4472c3aa839.tar.gz
Install emacs mode into examples directory since it
a) doesn't work with current emacses and b) breaks the eshell mode coming with emaces. Bump PKGREVISION. Addresses PR 48050 by Memnon Anon.
Diffstat (limited to 'shells')
-rw-r--r--shells/esh/Makefile9
-rw-r--r--shells/esh/PLIST4
2 files changed, 6 insertions, 7 deletions
diff --git a/shells/esh/Makefile b/shells/esh/Makefile
index 1ca6632d3aa..ce2df938fd3 100644
--- a/shells/esh/Makefile
+++ b/shells/esh/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.29 2013/04/06 20:27:28 rodent Exp $
+# $NetBSD: Makefile,v 1.30 2013/07/12 17:25:09 wiz Exp $
DISTNAME= esh-0.8
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= shells
MASTER_SITES= ${MASTER_SITE_BACKUP}
@@ -11,15 +11,14 @@ COMMENT= Unix shell with Lisp-like syntax
WRKSRC= ${WRKDIR}/esh
PKG_SHELL= bin/esh
INFO_FILES= yes
-INSTALLATION_DIRS= bin ${PKGINFODIR} share/doc/esh share/examples/esh \
- share/emacs/site-lisp
+INSTALLATION_DIRS= bin ${PKGINFODIR} share/doc/esh share/examples/esh
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/esh ${DESTDIR}${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/examples/*.esh \
${DESTDIR}${PREFIX}/share/examples/esh
${INSTALL_DATA} ${WRKSRC}/emacs/esh-mode.el \
- ${DESTDIR}${PREFIX}/share/emacs/site-lisp
+ ${DESTDIR}${PREFIX}/share/examples/esh
cd ${WRKSRC}/doc; for f in *.info *.info-[0-9]*; do \
${TEST} ! -f "$$f" || \
${INSTALL_DATA} "$$f" ${DESTDIR}${PREFIX}/${PKGINFODIR}; \
diff --git a/shells/esh/PLIST b/shells/esh/PLIST
index 7a1b427f763..c4f433d6021 100644
--- a/shells/esh/PLIST
+++ b/shells/esh/PLIST
@@ -1,10 +1,10 @@
-@comment $NetBSD: PLIST,v 1.9 2009/06/14 18:14:21 joerg Exp $
+@comment $NetBSD: PLIST,v 1.10 2013/07/12 17:25:09 wiz Exp $
bin/esh
info/esh.info
share/doc/esh/esh.html
share/doc/esh/esh_toc.html
-share/emacs/site-lisp/esh-mode.el
share/examples/esh/bold.esh
+share/examples/esh/esh-mode.el
share/examples/esh/gaudy.esh
share/examples/esh/pipes.esh
share/examples/esh/prepend.esh