diff options
author | jlam <jlam> | 2004-11-28 19:19:51 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-11-28 19:19:51 +0000 |
commit | c73f273d56235bd985e058504285e690bf7b801c (patch) | |
tree | 44524044a046bf1a0f0f1a02fe6cffd9b14ea388 /net/net-snmp | |
parent | 4c3339f89e17b9d4d84f0f9b2f354204087b0c16 (diff) | |
download | pkgsrc-c73f273d56235bd985e058504285e690bf7b801c.tar.gz |
Remove pre-buildlink and post-buildlink as part of getting pkgsrc ready
for pkgsrc-2004Q4. The "buildlink" phase was removed for the last branch,
and this is the final cleanup. "post-buildlink" is now "post-wrapper".
Diffstat (limited to 'net/net-snmp')
-rw-r--r-- | net/net-snmp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index ba4dcdf61db..ee1e338d6c8 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/11/05 10:33:07 seb Exp $ +# $NetBSD: Makefile,v 1.26 2004/11/28 19:19:52 jlam Exp $ DISTNAME= net-snmp-5.1.2 PKGREVISION= 2 @@ -111,7 +111,7 @@ RCD_SCRIPTS= snmpd snmptrapd .include "../../lang/perl5/module.mk" .include "../../lang/perl5/buildlink3.mk" -post-buildlink: +post-wrapper: .if !empty(MACHINE_PLATFORM:MNetBSD-1.5.[123]*-i386) ${MKDIR} ${BUILDLINK_DIR}/include/sys ${CP} ${FILESDIR}/disklabel.h ${BUILDLINK_DIR}/include/sys |