diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/net-snmp/Makefile | 4 | ||||
-rw-r--r-- | net/net-snmp/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | net/net-snmp/pkg-plist | 1 |
3 files changed, 14 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 45794a90c89f..312cb98db434 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -7,7 +7,7 @@ PORTNAME= net-snmp PORTVERSION= 5.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net ipv6 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= net-snmp @@ -106,7 +106,7 @@ post-patch: -e 's|%%LTMAIN%%|${LIBTOOL_SHAREDIR}/ltmain.sh|g' \ ${WRKSRC}/aclocal.m4 -post-configure: +post-build: @${FIND} ${CONFIGURE_WRKSRC}/perl -name Makefile | \ ${XARGS} ${PERL5} -pi -e 's/ doc_(perl|site|\$$\(INSTALLDIRS\))_install$$//' diff --git a/net/net-snmp/files/patch-Makefile.in b/net/net-snmp/files/patch-Makefile.in new file mode 100644 index 000000000000..1df820072caf --- /dev/null +++ b/net/net-snmp/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Sat Aug 23 15:57:04 2003 ++++ Makefile.in Sat Aug 23 15:57:20 2003 +@@ -15,7 +15,7 @@ + INSTALLHEADERS=version.h + INCLUDESUBDIR=system + INCLUDESUBDIRHEADERS= aix.h bsd.h bsdi3.h bsdi4.h bsdi.h cygwin.h darwin.h \ +- dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd.h generic.h hpux.h \ ++ dynix.h freebsd2.h freebsd3.h freebsd4.h freebsd5.h freebsd.h generic.h hpux.h \ + irix.h linux.h mips.h netbsd.h openbsd.h solaris2.6.h solaris2.7.h \ + solaris2.8.h solaris2.9.h solaris.h sunos.h svr5.h sysv.h ultrix4.h + INCLUDESUBDIR2=machine diff --git a/net/net-snmp/pkg-plist b/net/net-snmp/pkg-plist index cd51465a3015..96b16bc5d9ab 100644 --- a/net/net-snmp/pkg-plist +++ b/net/net-snmp/pkg-plist @@ -128,6 +128,7 @@ include/net-snmp/system/freebsd.h include/net-snmp/system/freebsd2.h include/net-snmp/system/freebsd3.h include/net-snmp/system/freebsd4.h +include/net-snmp/system/freebsd5.h include/net-snmp/system/generic.h include/net-snmp/system/hpux.h include/net-snmp/system/irix.h |