Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Nov 2014 06:29:23 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r373600 - head/net/macchanger
Message-ID:  <201411290629.sAT6TNE3092902@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Sat Nov 29 06:29:23 2014
New Revision: 373600
URL: https://svnweb.freebsd.org/changeset/ports/373600
QAT: https://qat.redports.org/buildarchive/r373600/

Log:
  Fix build without INFO

Modified:
  head/net/macchanger/Makefile

Modified: head/net/macchanger/Makefile
==============================================================================
--- head/net/macchanger/Makefile	Sat Nov 29 02:37:08 2014	(r373599)
+++ head/net/macchanger/Makefile	Sat Nov 29 06:29:23 2014	(r373600)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411290629.sAT6TNE3092902>