svn commit: r338091 - head/x11-servers/xorg-server
Boris Samorodov
bsam at FreeBSD.org
Mon Dec 30 11:41:18 UTC 2013
Author: bsam
Date: Mon Dec 30 11:41:18 2013
New Revision: 338091
URL: http://svnweb.freebsd.org/changeset/ports/338091
Log:
Fix PLIST_SUB (add a space after @comment) for non-default option.
Reported and tested by: Andrea Venturoli <ml at netfence.it>
Approved by: x11 (kwm)
Modified:
head/x11-servers/xorg-server/Makefile
Modified: head/x11-servers/xorg-server/Makefile
==============================================================================
--- head/x11-servers/xorg-server/Makefile Mon Dec 30 11:40:41 2013 (r338090)
+++ head/x11-servers/xorg-server/Makefile Mon Dec 30 11:41:18 2013 (r338091)
@@ -111,7 +111,7 @@ CONFIGURE_ARGS+=--enable-install-setuid=
PLIST_SUB+= SUID=""
.else
CONFIGURE_ARGS+=--enable-install-setuid=no
-PLIST_SUB+= SUID="@comment"
+PLIST_SUB+= SUID="@comment "
.endif
.if ${ARCH} == i386
More information about the svn-ports-all
mailing list