diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-09 11:59:18 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-07-09 11:59:18 +0000 |
commit | 533db033528dc3f6e0855f2622121dfeb71442ae (patch) | |
tree | 4bfc648cefe1f5cd36e911a7e0efd23c4499aabb /net-mgmt | |
parent | 595ebeee7646708a55adb2d6be0031decc510810 (diff) | |
download | ports-533db033528dc3f6e0855f2622121dfeb71442ae.tar.gz ports-533db033528dc3f6e0855f2622121dfeb71442ae.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsnmp-jails/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/net-mgmt/bsnmp-jails/Makefile b/net-mgmt/bsnmp-jails/Makefile index d3fb8929c4aa..bc155474538b 100644 --- a/net-mgmt/bsnmp-jails/Makefile +++ b/net-mgmt/bsnmp-jails/Makefile @@ -2,24 +2,23 @@ PORTNAME= bsnmp-jails PORTVERSION= 0.10 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://thewalter.net/stef/software/bsnmp-jails/ MAINTAINER= dinoex@FreeBSD.org -COMMENT= A bsnmpd module to measure statistics about jails +COMMENT= bsnmpd module to measure statistics about jails LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip +USES= libtool PLIST_FILES= lib/snmp_jails.so lib/snmp_jails.so.0 \ - lib/snmp_jails.a lib/snmp_jails.la \ + lib/snmp_jails.so.0.0.0 lib/snmp_jails.a \ libexec/jail-measure \ man/man8/bsnmp-jails.8.gz -post-patch: - ${REINPLACE_CMD} -e 's|freebsd1|freebsd1.|' \ - ${WRKSRC}/configure - .include <bsd.port.mk> |