diff options
author | sat <sat@FreeBSD.org> | 2006-09-03 17:07:29 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-09-03 17:07:29 +0800 |
commit | f497fdaf02f11cf7a202ac9bfaa51bf2421af723 (patch) | |
tree | e25e4b90a326313a7fd49537f1e267ccc69d4678 /net-mgmt | |
parent | 0fb2f1876894e58012548859c16bc23a6ef112d3 (diff) | |
download | freebsd-ports-gnome-f497fdaf02f11cf7a202ac9bfaa51bf2421af723.tar.gz freebsd-ports-gnome-f497fdaf02f11cf7a202ac9bfaa51bf2421af723.tar.zst freebsd-ports-gnome-f497fdaf02f11cf7a202ac9bfaa51bf2421af723.zip |
- NO_PROFILE stands for MK_PROFILE=no on 6.x and earlier systems
- Bump revision
Reported by: pointyhat via kris
Pointy hat to: sat
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/bsnmptools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/bsnmptools/Makefile b/net-mgmt/bsnmptools/Makefile index 3a6e63cabb70..09a72249d77c 100644 --- a/net-mgmt/bsnmptools/Makefile +++ b/net-mgmt/bsnmptools/Makefile @@ -8,7 +8,7 @@ PORTNAME= bsnmptools PORTVERSION= 0.0.20060818 DISTVERSION= 20060818-01 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt MASTER_SITES= http://www.ringlet.net/~shteryana/snmp/ CSME EXTRACT_SUFX= .tar @@ -20,7 +20,7 @@ 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 \ - MK_PROFILE="no" + MK_PROFILE=no NO_PROFILE=yes 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 |