aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p
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-p2p
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-p2p')
-rw-r--r--net-p2p/mldonkey-devel/files/patch-Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey-devel/files/patch-Makefile b/net-p2p/mldonkey-devel/files/patch-Makefile
index 3d2a0e606df0..bbd57ad8fff1 100644
--- a/net-p2p/mldonkey-devel/files/patch-Makefile
+++ b/net-p2p/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")