diff options
author | mnag <mnag@FreeBSD.org> | 2005-09-29 00:27:42 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-09-29 00:27:42 +0800 |
commit | acb4da6dfc1087392e147df3e6d8d1c719833840 (patch) | |
tree | 58a040ffcec377d8810651b5880fbd6371ab1be2 /net-mgmt | |
parent | eecc2b770133ae20f5bd57185c9f63cf27b81495 (diff) | |
download | freebsd-ports-gnome-acb4da6dfc1087392e147df3e6d8d1c719833840.tar.gz freebsd-ports-gnome-acb4da6dfc1087392e147df3e6d8d1c719833840.tar.zst freebsd-ports-gnome-acb4da6dfc1087392e147df3e6d8d1c719833840.zip |
Fix build
Notified by: kris
Approved by: pav (mentor)
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 |