diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 06:02:20 +0000 |
commit | c2d62ca97a8f44ae4862f4e3f50431f56d8deab3 (patch) | |
tree | 8e3e81ba2aa82baf12e4e895d0b5f6e973b24099 /net-mgmt/bsnmpd | |
parent | 9630e7bef6c88f72dcdc4633b553eccf13141b3a (diff) |
Notes
Diffstat (limited to 'net-mgmt/bsnmpd')
-rw-r--r-- | net-mgmt/bsnmpd/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-mgmt/bsnmpd/Makefile b/net-mgmt/bsnmpd/Makefile index 333a93c5e6e9..64b5a0aad2a0 100644 --- a/net-mgmt/bsnmpd/Makefile +++ b/net-mgmt/bsnmpd/Makefile @@ -38,9 +38,7 @@ MAN3= asn1.3 bsnmplib.3 bsnmpclient.3 bsnmpagent.3 snmpmod.3 \ IGNORE= bsnmpd already in base system .endif -run-autotools: - @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/aclocal19 ) - @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf259 ) +run-autotools:: run-autotools-aclocal run-autotools-autoconf post-install: @${MKDIR} ${PREFIX}/etc |