diff options
author | wiz <wiz@pkgsrc.org> | 2000-12-11 22:55:46 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-12-11 22:55:46 +0000 |
commit | 05e6365fe378e754750c613e03535d3540063758 (patch) | |
tree | 6b9b0129ba2c0ecaeceb5e6adc7c3e095b4e8198 /shells | |
parent | 293740a95117fe7ca24b7dbbff4b4e25e5b999a9 (diff) | |
download | pkgsrc-05e6365fe378e754750c613e03535d3540063758.tar.gz |
Install HTML files into share/doc/html
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 11 | ||||
-rw-r--r-- | shells/bash2/pkg/PLIST | 9 |
2 files changed, 12 insertions, 8 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 98e49092b32..b2ff6e9e783 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2000/10/04 10:22:56 toshii Exp $ +# $NetBSD: Makefile,v 1.25 2000/12/11 22:55:46 wiz Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -27,14 +27,17 @@ post-install: ${CP} /etc/shells /etc/shells.bak (${GREP} -v ${PREFIX}/bin/bash /etc/shells.bak; ${ECHO} ${PREFIX}/bin/bash) >/etc/shells ${RM} /etc/shells.bak - ${MKDIR} ${PREFIX}/share/doc/bash + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/bash ${INSTALL_MAN} \ ${WRKDIR}/doc/article.ps \ ${WRKDIR}/doc/bashref.ps \ - ${WRKDIR}/doc/bash.html \ - ${WRKDIR}/doc/bashref.html \ ${WRKDIR}/doc/article.txt \ ${PREFIX}/share/doc/bash + ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/html/bash + ${INSTALL_MAN} \ + ${WRKDIR}/doc/bash.html \ + ${WRKDIR}/doc/bashref.html \ + ${PREFIX}/share/doc/html/bash ${GZIP_CMD} ${PREFIX}/share/doc/bash/*.ps .include "../../mk/bsd.pkg.mk" diff --git a/shells/bash2/pkg/PLIST b/shells/bash2/pkg/PLIST index 610444bf6d7..ab8980a5400 100644 --- a/shells/bash2/pkg/PLIST +++ b/shells/bash2/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 1999/02/21 02:58:31 hubertf Exp $ +@comment $NetBSD: PLIST,v 1.7 2000/12/11 22:55:46 wiz Exp $ bin/bash @exec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak; echo %D/%F) >/etc/shells @unexec echo "updating /etc/shells"; cp /etc/shells /etc/shells.bak; (grep -v %D/%F /etc/shells.bak) >/etc/shells @@ -9,8 +9,9 @@ man/man1/bashbug.1.gz info/bash.info @exec install-info %D/info/bash.info %D/info/dir share/doc/bash/article.ps.gz -share/doc/bash/bashref.ps.gz -share/doc/bash/bash.html -share/doc/bash/bashref.html share/doc/bash/article.txt +share/doc/bash/bashref.ps.gz +share/doc/html/bash/bash.html +share/doc/html/bash/bashref.html +@dirrm share/doc/html/bash @dirrm share/doc/bash |