svn commit: r312375 - head/comms/minicom

Johan van Selst johans at FreeBSD.org
Sat Feb 16 16:47:46 UTC 2013


Author: johans
Date: Sat Feb 16 16:47:45 2013
New Revision: 312375
URL: http://svnweb.freebsd.org/changeset/ports/312375

Log:
  Correct Previous NOPORTDOCS Logic
  
  PR:		ports/176140
  Submitted by:	Jarrod Sayers <jarrod at downtools.com.au>

Modified:
  head/comms/minicom/Makefile

Modified: head/comms/minicom/Makefile
==============================================================================
--- head/comms/minicom/Makefile	Sat Feb 16 16:43:41 2013	(r312374)
+++ head/comms/minicom/Makefile	Sat Feb 16 16:47:45 2013	(r312375)
@@ -60,7 +60,7 @@ post-install:
 	${CHMOD} 4511 ${PREFIX}/bin/minicom
 	${INSTALL} -d -o root -g wheel -m 0755 ${PREFIX}/etc/minicom
 	${CHOWN} uucp ${PREFIX}/etc/minicom
-.if !${PORT_OPTIONS:MDOCS}
+.if ${PORT_OPTIONS:MDOCS}
 	${INSTALL} -d -o root -g wheel -m 0755 ${DOCSDIR}
 	${INSTALL_DATA} ${WRKSRC}/AUTHORS ${DOCSDIR}/
 	${INSTALL_DATA} ${WRKSRC}/COPYING ${DOCSDIR}/


More information about the svn-ports-head mailing list