diff options
author | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2005-11-19 14:02:20 +0800 |
commit | 2845f609f56f10402b8466c394943a1e64466ae1 (patch) | |
tree | 2dc27564fc10e17093aaf559dd878e18072d471b /net-mgmt/bsnmpd | |
parent | 3f8f68f964ff4252a330957869a627a5b3e3dd30 (diff) | |
download | freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.gz freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.tar.zst freebsd-ports-gnome-2845f609f56f10402b8466c394943a1e64466ae1.zip |
Switch to <target>:: convention for both patch-autotools and run-autotools,
to allow for easier overriding of these targets by port Makefiles, if
they need to.
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 |