diff options
Diffstat (limited to 'net-mgmt')
-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 |