Use install-info to edit the dir file.
The (now old) master_site doesn&t have bash-1.14.7 anymore, but GNU sites do, so update it.
This commit is contained in:
parent
3ffd020bff
commit
d6ae6dc467
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=6963
@ -3,16 +3,22 @@
|
||||
# Date created: 21 August 1994
|
||||
# Whom: jkh
|
||||
#
|
||||
# $Id: Makefile,v 1.22 1997/02/14 14:18:45 ache Exp $
|
||||
# $Id: Makefile,v 1.23 1997/02/17 06:41:50 obrien Exp $
|
||||
#
|
||||
|
||||
DISTNAME= bash-1.14.7
|
||||
CATEGORIES= shells
|
||||
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/
|
||||
MASTER_SITES= ${MASTER_SITE_GNU}
|
||||
|
||||
MAINTAINER= obrien@NUXI.com.
|
||||
|
||||
WRKSRC= ${WRKDIR}/${DISTNAME}
|
||||
# Don't compress manpages or .so not works.
|
||||
|
||||
post-install:
|
||||
@if [ ! -f ${PREFIX}/info/dir ]; then \
|
||||
${SED} -ne '1,/Menu:/p' /usr/share/info/dir > ${PREFIX}/info/dir; \
|
||||
fi
|
||||
@install-info ${PREFIX}/info/bash.info ${PREFIX}/info/dir
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user