summaryrefslogtreecommitdiff
path: root/shells
diff options
context:
space:
mode:
authorwiz <wiz>2013-07-12 17:25:09 +0000
committerwiz <wiz>2013-07-12 17:25:09 +0000
commit8efaea998a434908e7f7877c96438a3fe6dcf92c (patch)
treefeaf5eaa8ea019c4d2b97c1637cf3dd6e7b34611 /shells
parent2c4ac018cdbb1e0b2cdcd3d8b95724e036a14318 (diff)
downloadpkgsrc-8efaea998a434908e7f7877c96438a3fe6dcf92c.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