svn commit: r314380 - head/graphics/colord
Koop Mast
kwm at FreeBSD.org
Sat Mar 16 17:36:54 UTC 2013
Author: kwm
Date: Sat Mar 16 17:36:53 2013
New Revision: 314380
URL: http://svnweb.freebsd.org/changeset/ports/314380
Log:
Prevert ! instead of empty() and fix a typo.
PR: ports/177024
Submitted by: John Marino <draco at marino.st>
Modified:
head/graphics/colord/Makefile
Modified: head/graphics/colord/Makefile
==============================================================================
--- head/graphics/colord/Makefile Sat Mar 16 17:34:10 2013 (r314379)
+++ head/graphics/colord/Makefile Sat Mar 16 17:36:53 2013 (r314380)
@@ -57,7 +57,7 @@ post-patch:
-e 's|-Wmissing-parameter-type||g' \
-e 's|LIBS="-lusb-1.0|LIBS="-lusb|g' \
${WRKSRC}/configure
-.if empty(PORT_OPTIONS:MMANPAGES}
+.if !${PORT_OPTIONS:MMANPAGES}
@${REINPLACE_CMD} -e "s|2MAN_TRUE=$$|2MAN_TRUE='#'|g ; \
s|2MAN_FALSE='#'|2MAN_FALSE=|g" ${WRKSRC}/configure
.endif
More information about the svn-ports-all
mailing list