svn commit: r429774 - head/net/samba43

Adam Weinberger adamw at FreeBSD.org
Wed Dec 28 14:17:55 UTC 2016


Author: adamw
Date: Wed Dec 28 14:17:53 2016
New Revision: 429774
URL: https://svnweb.freebsd.org/changeset/ports/429774

Log:
  Fix packaging with DEVELOPER knob off.

Modified:
  head/net/samba43/Makefile

Modified: head/net/samba43/Makefile
==============================================================================
--- head/net/samba43/Makefile	Wed Dec 28 14:09:27 2016	(r429773)
+++ head/net/samba43/Makefile	Wed Dec 28 14:17:53 2016	(r429774)
@@ -196,7 +196,7 @@ PLIST_SUB+=		DEVELOPER="" NTVFS=""
 .else
 GDB_CMD=		true
 CONFIGURE_ARGS+=	--without-ntvfs-fileserver
-PLIST_SUB+=		DEVELOPER="@comment " NTVFS="@comment"
+PLIST_SUB+=		DEVELOPER="@comment " NTVFS="@comment "
 .endif
 ##############################################################################
 # XXX: That will blow up your installation


More information about the svn-ports-head mailing list