aboutsummaryrefslogtreecommitdiffstats
path: root/net/macchanger
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-11-29 14:29:23 +0800
committerantoine <antoine@FreeBSD.org>2014-11-29 14:29:23 +0800
commit70c8780643a7551cfa2769c734d4c07a51f6d817 (patch)
treeb91c2766157a77da30cf7948c778e588b0b29117 /net/macchanger
parentb18f463e10c26cf4bccc3770d8a74574c4a22987 (diff)
downloadfreebsd-ports-graphics-70c8780643a7551cfa2769c734d4c07a51f6d817.tar.gz
freebsd-ports-graphics-70c8780643a7551cfa2769c734d4c07a51f6d817.tar.zst
freebsd-ports-graphics-70c8780643a7551cfa2769c734d4c07a51f6d817.zip
Fix build without INFO
Diffstat (limited to 'net/macchanger')
-rw-r--r--net/macchanger/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/net/macchanger/Makefile b/net/macchanger/Makefile
index 75b30ed5872..f6e22a6cb07 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>