Date: Fri, 8 May 2015 14:04:34 +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: r385786 - head/www/geeklog Message-ID: <201505081404.t48E4Y0F086966@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri May 8 14:04:33 2015 New Revision: 385786 URL: https://svnweb.freebsd.org/changeset/ports/385786 Log: - Add LICENSE - Add CPE info - Pet portlint Modified: head/www/geeklog/Makefile Modified: head/www/geeklog/Makefile ============================================================================== --- head/www/geeklog/Makefile Fri May 8 14:04:31 2015 (r385785) +++ head/www/geeklog/Makefile Fri May 8 14:04:33 2015 (r385786) @@ -10,6 +10,10 @@ MASTER_SITES= http://www.geeklog.net/fil MAINTAINER= ports@FreeBSD.org COMMENT= Web content management system +LICENSE= GPLv2 # or later + +USES= cpe + PLIST_SUB= WWWOWN="${WWWOWN}" WWWGRP="${WWWGRP}" SUB_FILES= pkg-message @@ -23,8 +27,8 @@ do-install: @(cd ${WRKSRC} && \ ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR} "! -name db-config.php \ -or -name siteconfig.php") - @${INSTALL_DATA} ${WRKSRC}/db-config.php ${STAGEDIR}${WWWDIR}/db-config.php.sample; - @${INSTALL_DATA} ${WRKSRC}/public_html/siteconfig.php \ + ${INSTALL_DATA} ${WRKSRC}/db-config.php ${STAGEDIR}${WWWDIR}/db-config.php.sample + ${INSTALL_DATA} ${WRKSRC}/public_html/siteconfig.php \ ${STAGEDIR}${WWWDIR}/public_html/siteconfig.php.sample @${RM} ${STAGEDIR}${WWWDIR}/public_html/siteconfig.php .for i in db-config.php error.log siteconfig.php geeklog.rss
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505081404.t48E4Y0F086966>