aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt/net-snmp/Makefile
diff options
context:
space:
mode:
authorkuriyama <kuriyama@FreeBSD.org>2003-08-23 16:32:01 +0800
committerkuriyama <kuriyama@FreeBSD.org>2003-08-23 16:32:01 +0800
commitcea1a155a34f4a33ee551e41824290a57eb9b112 (patch)
tree156f39b3f5025724840ba197c158d7995b200e7a /net-mgmt/net-snmp/Makefile
parentefa70d8ad1e9c5d2e86f1e540140c66fc6de8813 (diff)
downloadfreebsd-ports-gnome-cea1a155a34f4a33ee551e41824290a57eb9b112.tar.gz
freebsd-ports-gnome-cea1a155a34f4a33ee551e41824290a57eb9b112.tar.zst
freebsd-ports-gnome-cea1a155a34f4a33ee551e41824290a57eb9b112.zip
o Move perllocal.pod tweak from post-configure to post-build.
Because Makefile for perl is created at build stage. [1] o Install freebsd5.h which I added in previous commit [2]. PR: ports/55729 [2] Submitted by: Pat Lashley <patl+freebsd@volant.org> [2], kuriyama [1]
Diffstat (limited to 'net-mgmt/net-snmp/Makefile')
-rw-r--r--net-mgmt/net-snmp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 45794a90c89f..312cb98db434 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/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$$//'