svn commit: r337401 - head/multimedia/umplayer

Max Brazhnikov makc at FreeBSD.org
Wed Dec 25 07:44:26 UTC 2013


Author: makc
Date: Wed Dec 25 07:44:25 2013
New Revision: 337401
URL: http://svnweb.freebsd.org/changeset/ports/337401

Log:
  - Fix DOCS logic after conversion to new options
  
  Pointyhat to:	danfe

Modified:
  head/multimedia/umplayer/Makefile

Modified: head/multimedia/umplayer/Makefile
==============================================================================
--- head/multimedia/umplayer/Makefile	Wed Dec 25 05:58:39 2013	(r337400)
+++ head/multimedia/umplayer/Makefile	Wed Dec 25 07:44:25 2013	(r337401)
@@ -34,7 +34,7 @@ post-patch:
 		-e 's|/doc/packages|/doc|' \
 		-e 's|^.*/get_svn_revision.sh$$||' \
 			${WRKSRC}/Makefile
-.if ${PORT_OPTIONS:MDOCS}
+.if ! ${PORT_OPTIONS:MDOCS}
 	@${REINPLACE_CMD} -E -e '/(install|tar).*DOC_PATH/d' \
 		${WRKSRC}/Makefile
 .endif


More information about the svn-ports-head mailing list