aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-14 21:25:41 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-14 21:25:41 +0800
commit71e3f0fe2543a4a24d63d2e4ac9f834958c7dd9f (patch)
tree286571aa9086082e802514f30feee266233e60d6 /www
parenta0223a45a6f6ac6d30e4d92370742d8f5dd4fa37 (diff)
downloadfreebsd-ports-gnome-71e3f0fe2543a4a24d63d2e4ac9f834958c7dd9f.tar.gz
freebsd-ports-gnome-71e3f0fe2543a4a24d63d2e4ac9f834958c7dd9f.tar.zst
freebsd-ports-gnome-71e3f0fe2543a4a24d63d2e4ac9f834958c7dd9f.zip
- Fix plist issue
- Add LICENSE PR: 189660 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
Diffstat (limited to 'www')
-rw-r--r--www/nanoblogger/Makefile5
1 files 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}