aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2005-01-10 01:29:07 +0800
committerlioux <lioux@FreeBSD.org>2005-01-10 01:29:07 +0800
commitab121d131613fdcc78b62e35e07967672c74ff52 (patch)
tree1f212a8e5516524d3ff8f162d608c181b023d137 /net
parent1d96bdea2365fcbc0aadc608637c65f5b190ed99 (diff)
downloadfreebsd-ports-gnome-ab121d131613fdcc78b62e35e07967672c74ff52.tar.gz
freebsd-ports-gnome-ab121d131613fdcc78b62e35e07967672c74ff52.tar.zst
freebsd-ports-gnome-ab121d131613fdcc78b62e35e07967672c74ff52.zip
Use a wildcard %%AUTOCONF%% that is replaceable from within the
ports' Makefile instead of hardcoding the autoconf version
Diffstat (limited to 'net')
-rw-r--r--net/mldonkey-devel/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mldonkey-devel/files/patch-Makefile b/net/mldonkey-devel/files/patch-Makefile
index 3d2a0e606df0..bbd57ad8fff1 100644
--- a/net/mldonkey-devel/files/patch-Makefile
+++ b/net/mldonkey-devel/files/patch-Makefile
@@ -5,7 +5,7 @@
config/configure: config/configure.in
- cd config; autoconf
-+ cd config; autoconf213
++ cd config; %%AUTOCONF%%
ifeq ("$(MYCONFIG_ARGS_DEFINED)" , "yes")