diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-03-01 06:39:18 +0000 |
commit | 68c2f99c6300bc38a37eb3a8292b562cc2d8952b (patch) | |
tree | 0898749bb767b388765958548da12c5b50b3825d /net-mgmt/p5-Mon | |
parent | Remove p5-pRPC. (diff) |
Remove do-configure section, use PERL_CONFIGURE now.
Notes
Notes:
svn path=/head/; revision=38917
Diffstat (limited to 'net-mgmt/p5-Mon')
-rw-r--r-- | net-mgmt/p5-Mon/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/pkg-descr | 3 |
2 files changed, 4 insertions, 7 deletions
diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile index 2c7d5e121b58..596306bb1380 100644 --- a/net-mgmt/p5-Mon/Makefile +++ b/net-mgmt/p5-Mon/Makefile @@ -15,15 +15,11 @@ DISTNAME= Mon-${PORTVERSION} MAINTAINER= nick@netdot.net -USE_PERL5= YES +PERL_CONFIGURE= YES +MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} MAN3= Mon::SNMP.3 \ Mon::Client.3 \ Mon::Protocol.3 -MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} - -do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL - .include <bsd.port.mk> diff --git a/net-mgmt/p5-Mon/pkg-descr b/net-mgmt/p5-Mon/pkg-descr index 5d6b8678a322..a97b1716a277 100644 --- a/net-mgmt/p5-Mon/pkg-descr +++ b/net-mgmt/p5-Mon/pkg-descr @@ -4,4 +4,5 @@ things like special logging routines and persistent monitors are being considered. "mon" is a tool for monitoring the availability of services. -More information can be found at http://www.kernel.org/software/mon/. + +WWW: http://www.kernel.org/software/mon/. |