Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Jan 2018 21:39:38 +0000 (UTC)
From:      Mikhail Teterin <mi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r460440 - head/sysutils/fusefs-smbnetfs
Message-ID:  <201801302139.w0ULdc43024944@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mi
Date: Tue Jan 30 21:39:38 2018
New Revision: 460440
URL: https://svnweb.freebsd.org/changeset/ports/460440

Log:
  We do not really need autoheader...

Modified:
  head/sysutils/fusefs-smbnetfs/Makefile

Modified: head/sysutils/fusefs-smbnetfs/Makefile
==============================================================================
--- head/sysutils/fusefs-smbnetfs/Makefile	Tue Jan 30 21:38:18 2018	(r460439)
+++ head/sysutils/fusefs-smbnetfs/Makefile	Tue Jan 30 21:39:38 2018	(r460440)
@@ -30,6 +30,8 @@ CONFIGURE_ENV+=	GLIB_LIBS=-L/var/empty
 CFLAGS+=	-I${SAMBAINCLUDES}
 LDFLAGS+=	-L${SAMBALIBS}
 SUB_FILES=	pkg-message
+# configure just generated config.h -- we do not need to redo it:
+MAKE_ARGS+=	AUTOHEADER=${TRUE}
 
 .include <bsd.port.pre.mk>
 



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