svn commit: r361357 - head/net-mgmt/bsnmp-jails
Tijl Coosemans
tijl at FreeBSD.org
Wed Jul 9 11:59:19 UTC 2014
Author: tijl
Date: Wed Jul 9 11:59:18 2014
New Revision: 361357
URL: http://svnweb.freebsd.org/changeset/ports/361357
QAT: https://qat.redports.org/buildarchive/r361357/
Log:
Add USES=libtool and INSTALL_TARGET=install-strip
Modified:
head/net-mgmt/bsnmp-jails/Makefile
Modified: head/net-mgmt/bsnmp-jails/Makefile
==============================================================================
--- head/net-mgmt/bsnmp-jails/Makefile Wed Jul 9 11:58:37 2014 (r361356)
+++ head/net-mgmt/bsnmp-jails/Makefile Wed Jul 9 11:59:18 2014 (r361357)
@@ -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 at 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>
More information about the svn-ports-all
mailing list