svn commit: r429771 - head/net/samba44

Adam Weinberger adamw at FreeBSD.org
Wed Dec 28 14:03:50 UTC 2016


Author: adamw
Date: Wed Dec 28 14:03:48 2016
New Revision: 429771
URL: https://svnweb.freebsd.org/changeset/ports/429771

Log:
  Fix packaging with the DEVELOPER knob turned off.

Modified:
  head/net/samba44/Makefile

Modified: head/net/samba44/Makefile
==============================================================================
--- head/net/samba44/Makefile	Wed Dec 28 13:56:45 2016	(r429770)
+++ head/net/samba44/Makefile	Wed Dec 28 14:03:48 2016	(r429771)
@@ -197,7 +197,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-all mailing list