svn commit: r313463 - head/astro/wcslib

Wesley Shields wxs at FreeBSD.org
Tue Mar 5 17:24:05 UTC 2013


Author: wxs
Date: Tue Mar  5 17:24:04 2013
New Revision: 313463
URL: http://svnweb.freebsd.org/changeset/ports/313463

Log:
  Fix inverted logic in r310100.
  
  Noticed by:	makc@

Modified:
  head/astro/wcslib/Makefile

Modified: head/astro/wcslib/Makefile
==============================================================================
--- head/astro/wcslib/Makefile	Tue Mar  5 17:16:48 2013	(r313462)
+++ head/astro/wcslib/Makefile	Tue Mar  5 17:24:04 2013	(r313463)
@@ -46,7 +46,7 @@ post-patch:
 		${WRKSRC}/GNUmakefile
 
 post-install:
-.if ! ${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	(cd ${WRKSRC}/ && ${INSTALL_DATA} CHANGES README COPYING COPYING.LESSER wcslib.pdf ${DOCSDIR})
 	@${MKDIR} ${DOCSDIR}/html


More information about the svn-ports-all mailing list