svn commit: r319126 - head/sysutils/915resolution

Boris Samorodov bsam at FreeBSD.org
Sun May 26 18:11:11 UTC 2013


Author: bsam
Date: Sun May 26 18:11:11 2013
New Revision: 319126
URL: http://svnweb.freebsd.org/changeset/ports/319126

Log:
  PORT_OPTIONS:DOCS -> PORT_OPTIONS:MDOCS
  
  Pointy hat to:	bsam (me)
  Pointed out by:	FreshPorts sanity checking

Modified:
  head/sysutils/915resolution/Makefile

Modified: head/sysutils/915resolution/Makefile
==============================================================================
--- head/sysutils/915resolution/Makefile	Sun May 26 18:02:22 2013	(r319125)
+++ head/sysutils/915resolution/Makefile	Sun May 26 18:11:11 2013	(r319126)
@@ -28,7 +28,7 @@ do-build:
 
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/915resolution ${PREFIX}/sbin
-.if ${PORT_OPTIONS:DOCS}
+.if ${PORT_OPTIONS:MDOCS}
 	@${MKDIR} ${DOCSDIR}
 	${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
 .endif


More information about the svn-ports-all mailing list