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.
This commit is contained in:
parent
0590dfa23d
commit
f9edd8845d
2 changed files with 6 additions and 7 deletions
|
@ -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}; \
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue