Install complete.tcsh and csh-mode.el files as example files.
Fixes PR pkg/32283
This commit is contained in:
parent
1d2ef5e458
commit
5a784e8fe0
2 changed files with 13 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
# $NetBSD: Makefile,v 1.77 2014/04/04 12:00:37 kim Exp $
|
||||
# $NetBSD: Makefile,v 1.78 2015/01/20 11:00:32 hauke Exp $
|
||||
|
||||
DISTNAME= tcsh-6.18.01
|
||||
PKGREVISION= 5
|
||||
PKGREVISION= 6
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ftp://ftp.astron.com/pub/tcsh/ \
|
||||
ftp://ftp.funet.fi/pub/unix/shells/tcsh/
|
||||
|
||||
MAINTAINER= kim@netbsd.org
|
||||
MAINTAINER= kim@NetBSD.org
|
||||
HOMEPAGE= http://www.tcsh.org/
|
||||
COMMENT= Extended C-shell with many useful features
|
||||
LICENSE= original-bsd
|
||||
|
@ -15,6 +15,8 @@ CONFLICTS?= static-tcsh-[0-9]*
|
|||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
EGDIR= ${PREFIX}/share/examples/tcsh
|
||||
|
||||
.include "../../mk/bsd.prefs.mk"
|
||||
|
||||
.if ${OPSYS} == "SunOS"
|
||||
|
@ -31,5 +33,10 @@ PKG_SHELL?= bin/tcsh
|
|||
|
||||
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${DESTDIR}${EGDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/complete.tcsh ${DESTDIR}${EGDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/csh-mode.el ${DESTDIR}${EGDIR}
|
||||
|
||||
.include "../../mk/termcap.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
@comment $NetBSD: PLIST,v 1.3 2014/04/04 12:00:37 kim Exp $
|
||||
@comment $NetBSD: PLIST,v 1.4 2015/01/20 11:00:32 hauke Exp $
|
||||
bin/tcsh
|
||||
man/man1/tcsh.1
|
||||
share/examples/tcsh/complete.tcsh
|
||||
share/examples/tcsh/csh-mode.el
|
||||
share/locale/C/LC_MESSAGES/tcsh.cat
|
||||
share/locale/de/LC_MESSAGES/tcsh.cat
|
||||
share/locale/es/LC_MESSAGES/tcsh.cat
|
||||
|
|
Loading…
Reference in a new issue