Date: Sun, 26 May 2013 18:11:11 +0000 (UTC) From: Boris Samorodov <bsam@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r319126 - head/sysutils/915resolution Message-ID: <201305261811.r4QIBBnw020690@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305261811.r4QIBBnw020690>