Date: Sat, 25 Feb 2017 13:46:48 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r434804 - head/www/mod_uid Message-ID: <201702251346.v1PDkm8U064197@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sat Feb 25 13:46:48 2017 New Revision: 434804 URL: https://svnweb.freebsd.org/changeset/ports/434804 Log: - Add LICENSE - Switch to options helpers Modified: head/www/mod_uid/Makefile Modified: head/www/mod_uid/Makefile ============================================================================== --- head/www/mod_uid/Makefile Sat Feb 25 13:45:33 2017 (r434803) +++ head/www/mod_uid/Makefile Sat Feb 25 13:46:48 2017 (r434804) @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.lexa.ru/pub/apac MAINTAINER= ports@FreeBSD.org COMMENT= Apache module issuing the "correct" cookies for counting the site visitors +LICENSE= APACHE20 + USE_APACHE= 22 AP_FAST_BUILD= yes AP_GENPLIST= yes @@ -16,7 +18,9 @@ MODULENAME= mod_uid2 PORTDOCS= README.html -post-install: +OPTIONS_DEFINE= DOCS + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201702251346.v1PDkm8U064197>