diff options
author | sat <sat@FreeBSD.org> | 2006-09-01 17:14:24 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-01 17:14:24 +0800 |
commit | 69d71e40d1f2c0a223e2497bf13ae58417e682f1 (patch) | |
tree | 6fa8ab3ff6745b1fa42610e7d70a9f33f75a5f89 /net-mgmt | |
parent | 218bd485bf1ccab9397587f4de0bb9218f89973a (diff) | |
download | freebsd-ports-gnome-69d71e40d1f2c0a223e2497bf13ae58417e682f1.tar.gz freebsd-ports-gnome-69d71e40d1f2c0a223e2497bf13ae58417e682f1.tar.zst freebsd-ports-gnome-69d71e40d1f2c0a223e2497bf13ae58417e682f1.zip |
- Do not build profiled libs
- Bump portrevision
Reported by: pointyhat via kris
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsnmptools/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index 6a0ccbcd36b2..3a6e63cabb70 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -8,6 +8,7 @@ PORTNAME= bsnmptools PORTVERSION= 0.0.20060818 DISTVERSION= 20060818-01 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.ringlet.net/~shteryana/snmp/ CSME EXTRACT_SUFX= .tar @@ -18,7 +19,8 @@ COMMENT= Snmp client tools USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_ARGS= SHLIB_MAJOR=0 INCLUDEDIR=${PREFIX}/include LIBDIR=${PREFIX}/lib \ - MANDIR=${MANPREFIX}/man/man NO_MANCOMPRESS=yes BINDIR=${PREFIX}/bin + MANDIR=${MANPREFIX}/man/man NO_MANCOMPRESS=yes BINDIR=${PREFIX}/bin \ + MK_PROFILE="no" CFLAGS= -I${WRKSRC}/lib -L${WRKSRC}/lib PLIST_FILES= ${BIN_FILES:S,^,bin/,} include/${PORTNAME}.h include/bsnmptc.h \ lib/lib${PORTNAME}.a lib/lib${PORTNAME}.so lib/lib${PORTNAME}.so.0 |