Date: Fri, 15 Dec 2017 17:06:52 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456407 - head/www/stagit Message-ID: <201712151706.vBFH6qwM085754@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Fri Dec 15 17:06:52 2017 New Revision: 456407 URL: https://svnweb.freebsd.org/changeset/ports/456407 Log: www/stagit: Add missing DOCS and EXAMPLES options Modified: head/www/stagit/Makefile Modified: head/www/stagit/Makefile ============================================================================== --- head/www/stagit/Makefile Fri Dec 15 16:33:12 2017 (r456406) +++ head/www/stagit/Makefile Fri Dec 15 17:06:52 2017 (r456407) @@ -21,6 +21,8 @@ MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS}" \ LDFLAGS="${LDFLAGS} -lgit2" +OPTIONS_DEFINE= DOCS EXAMPLES + post-patch: @${REINPLACE_CMD} '/strlcat\.o/d; /strlcpy\.o/d' ${WRKSRC}/Makefile @@ -28,7 +30,11 @@ do-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/stagit ${WRKSRC}/stagit-index ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/stagit.1 ${WRKSRC}/stagit-index.1 ${STAGEDIR}${PREFIX}/man/man1 + +do-install-DOCS-on: ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} + +do-install-EXAMPLES-on: .for f in example_create.sh example_post-receive.sh favicon.png logo.png style.css ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${EXAMPLESDIR} .endfor
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712151706.vBFH6qwM085754>