aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-11-29 14:29:23 +0800
committerAntoine Brodin <antoine@FreeBSD.org>2014-11-29 14:29:23 +0800
commit59bb26aa1e2bf540bdf81535da2b27c0b95fa375 (patch)
treeb91c2766157a77da30cf7948c778e588b0b29117 /net
parent252d8a92461e65dcc1d8c217be1322e1465718cd (diff)
downloadfreebsd-ports-gnome-59bb26aa1e2bf540bdf81535da2b27c0b95fa375.tar.gz
freebsd-ports-gnome-59bb26aa1e2bf540bdf81535da2b27c0b95fa375.tar.zst
freebsd-ports-gnome-59bb26aa1e2bf540bdf81535da2b27c0b95fa375.zip
Fix build without INFO
Diffstat (limited to 'net')
-rw-r--r--net/macchanger/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/macchanger/Makefile b/net/macchanger/Makefile
index 75b30ed5872b..f6e22a6cb079 100644
--- a/net/macchanger/Makefile
+++ b/net/macchanger/Makefile
@@ -15,13 +15,11 @@ GH_ACCOUNT= alobbs
GH_COMMIT= f4f66e1
GNU_CONFIGURE= yes
-USE_AUTOTOOLS= aclocal autoconf automake autoheader
-AUTOMAKE_ARGS= --add-missing
+USES= autoreconf makeinfo
INFO= macchanger
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz \
%%DATADIR%%/OUI.list %%DATADIR%%/wireless.list
-PLIST_DIRS= %%DATADIR%%
.include <bsd.port.mk>