diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-28 16:27:42 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-09-28 16:27:42 +0000 |
commit | 57aafc06585e31e117b142ce2fa59463b914fac5 (patch) | |
tree | b03ae26be808826dd83b50b4a85f4481b3d10ce8 | |
parent | - Upgrade from PETSC_VERSION_PATCH 31 (September, 14, 2005) to (diff) |
Fix build
Notified by: kris
Approved by: pav (mentor)
Notes
Notes:
svn path=/head/; revision=143705
-rw-r--r-- | net-mgmt/bsnmpd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/bsnmpd/Makefile b/net-mgmt/bsnmpd/Makefile index 41af50959299..87e8de048cca 100644 --- a/net-mgmt/bsnmpd/Makefile +++ b/net-mgmt/bsnmpd/Makefile @@ -38,9 +38,9 @@ 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: + @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/aclocal19 ) + @(cd ${CONFIGURE_WRKSRC} && ${LOCALBASE}/bin/autoconf259 ) post-install: @${MKDIR} ${PREFIX}/etc |