1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00

PR: 12870

Submitted by:	Leo Kim <leo@florida.sarang.net>
Reviewed by:	Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>

Missing a locale perl module when install mrtg, add it back.
This commit is contained in:
Foxfair Hu 1999-07-30 06:32:01 +00:00
parent 8f42a57801
commit 6bdfa59729
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=20386
4 changed files with 6 additions and 4 deletions

View File

@ -3,7 +3,7 @@
# Date created: April 18th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $
# $Id: Makefile,v 1.13 1999/07/29 03:26:36 foxfair Exp $
#
DISTNAME= mrtg-2.8.6
@ -41,7 +41,7 @@ do-install:
for file in ${WRKSRC}/images/*.gif; do \
${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \
done
for file in SNMP_Session.pm SNMP_util.pm BER.pm; do \
for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \
${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \
done
${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/

View File

@ -7,6 +7,7 @@ etc/mrtg/sample-mrtg.cfg
lib/perl5/site_perl/%%PERL_VER%%/BER.pm
lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm
lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm
lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm
share/mrtg/mrtg-l.gif
share/mrtg/mrtg-m.gif
share/mrtg/mrtg-r.gif

View File

@ -3,7 +3,7 @@
# Date created: April 18th 1997
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
# $Id: Makefile,v 1.12 1999/03/29 17:09:03 jfitz Exp $
# $Id: Makefile,v 1.13 1999/07/29 03:26:36 foxfair Exp $
#
DISTNAME= mrtg-2.8.6
@ -41,7 +41,7 @@ do-install:
for file in ${WRKSRC}/images/*.gif; do \
${INSTALL_DATA} $$file ${PREFIX}/share/mrtg/; \
done
for file in SNMP_Session.pm SNMP_util.pm BER.pm; do \
for file in SNMP_Session.pm SNMP_util.pm BER.pm locales_mrtg.pm; do \
${INSTALL_DATA} ${WRKSRC}/run/$$file ${PREFIX}/lib/perl5/site_perl/${PERL_VER}; \
done
${INSTALL_PROGRAM} ${WRKSRC}/run/rateup ${PREFIX}/bin/

View File

@ -7,6 +7,7 @@ etc/mrtg/sample-mrtg.cfg
lib/perl5/site_perl/%%PERL_VER%%/BER.pm
lib/perl5/site_perl/%%PERL_VER%%/SNMP_Session.pm
lib/perl5/site_perl/%%PERL_VER%%/SNMP_util.pm
lib/perl5/site_perl/%%PERL_VER%%/locales_mrtg.pm
share/mrtg/mrtg-l.gif
share/mrtg/mrtg-m.gif
share/mrtg/mrtg-r.gif