From 08eefbfca2b1211f8fba11237db86f9d4fd7f91e Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Mon, 7 Aug 2017 09:01:16 +0000 Subject: [PATCH] - Add LICENSE_FILE - Cosmetic fixes - Update WWW Approved by: portmgr blanket --- www/bolt/Makefile | 5 +++-- www/bolt/pkg-descr | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/www/bolt/Makefile b/www/bolt/Makefile index ec584391d454..bbd53b9f4722 100644 --- a/www/bolt/Makefile +++ b/www/bolt/Makefile @@ -11,8 +11,9 @@ MAINTAINER= feld@FreeBSD.org COMMENT= Sophisticated, lightweight & simple CMS LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.md -USES= php:web +USES= php:web NO_ARCH= yes NO_BUILD= yes @@ -28,7 +29,7 @@ PGSQL_USE= PHP=pdo_pgsql SQLITE_USE= PHP=pdo_sqlite do-install: - ${INSTALL} -d -m 755 ${STAGEDIR}${WWWDIR} + ${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && ${COPYTREE_SHARE} \* ${STAGEDIR}${WWWDIR}) .include diff --git a/www/bolt/pkg-descr b/www/bolt/pkg-descr index 9de86b598ff9..2bdf13bfb169 100644 --- a/www/bolt/pkg-descr +++ b/www/bolt/pkg-descr @@ -1,4 +1,4 @@ Bolt is a simple CMS written in PHP. It is based on Silex and Symfony components, uses Twig and either SQLite, MySQL or PostgreSQL. -WWW: http://bolt.cm +WWW: https://bolt.cm/