From c89d90347cea4be7c35d1bf22513d57433e67e95 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 14 May 2014 13:25:41 +0000 Subject: [PATCH] - Fix plist issue - Add LICENSE PR: 189660 Submitted by: Tobias Rehbein (maintainer) --- www/nanoblogger/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/www/nanoblogger/Makefile b/www/nanoblogger/Makefile index 80c5a8d3f750..3e803c5627c7 100644 --- a/www/nanoblogger/Makefile +++ b/www/nanoblogger/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= http://nanoblogger.sourceforge.net/downloads/ MAINTAINER= tobias.rehbein@web.de COMMENT= Small weblog engine written in Bash for the command line +LICENSE= GPLv2 + RUN_DEPENDS= bash:${PORTSDIR}/shells/bash NO_BUILD= yes @@ -36,9 +38,6 @@ do-install: @${CP} ${WRKSRC}/welcome-to-nb.txt ${STAGEDIR}${DATADIR} post-install: - @if [ ! -f ${STAGEDIR}${PREFIX}/etc/nb.conf ]; then \ - ${CP} -p ${STAGEDIR}${PREFIX}/etc/nb.conf.sample ${STAGEDIR}${PREFIX}/etc/nb.conf; \ - fi ${MKDIR} ${STAGEDIR}${DOCSDIR} .for doc in COPYING ChangeLog README TODO copyright @${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}