svn commit: r460440 - head/sysutils/fusefs-smbnetfs

Mikhail Teterin mi at FreeBSD.org
Tue Jan 30 21:39:39 UTC 2018


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>
 


More information about the svn-ports-head mailing list