svn commit: r434804 - head/www/mod_uid

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Feb 25 13:46:49 UTC 2017


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 at 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}
 


More information about the svn-ports-all mailing list