diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/mrtg/Makefile | 3 | ||||
-rw-r--r-- | net/mrtg/pkg/PLIST | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/mrtg/Makefile b/net/mrtg/Makefile index 57c636c5fae..34fd79dfd60 100644 --- a/net/mrtg/Makefile +++ b/net/mrtg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2001/02/25 13:42:13 tron Exp $ +# $NetBSD: Makefile,v 1.25 2001/02/25 13:44:55 tron Exp $ # FreeBSD Id: Makefile,v 1.7 1997/12/16 19:42:17 vanilla Exp # @@ -49,6 +49,7 @@ do-install: for FILE in ${WRKSRC}/doc/*; do \ ${INSTALL_DATA} $$FILE ${PREFIX}/share/doc/mrtg; \ done + ${INSTALL_DATA} ${WRKSRC}/doc/mrtg.1 ${PREFIX}/man/man1 for FILE in cfgmaker.1 indexmaker.1; do \ ${INSTALL_DATA} ${WRKSRC}/doc/$$FILE ${PREFIX}/man/man1/mrtg$$FILE; \ done diff --git a/net/mrtg/pkg/PLIST b/net/mrtg/pkg/PLIST index 046eb6d6c27..404aec57eaa 100644 --- a/net/mrtg/pkg/PLIST +++ b/net/mrtg/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.11 2001/02/25 13:42:13 tron Exp $ +@comment $NetBSD: PLIST,v 1.12 2001/02/25 13:44:55 tron Exp $ bin/mrtg bin/mrtgcfgmaker bin/mrtgindexmaker @@ -11,6 +11,7 @@ ${PERL5_SITELIB}/locales_mrtg.pm libexec/netstat2mrtg libexec/rateup libexec/sys2mrtg +man/man1/mrtg.1 man/man1/mrtgcfgmaker.1 man/man1/mrtgindexmaker.1 share/doc/mrtg/ANNOUNCE |