Date: Wed, 14 May 2014 13:30:01 GMT From: dfilter@FreeBSD.ORG (dfilter service) To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/189660: commit references a PR Message-ID: <201405141330.s4EDU10j069348@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/189660; it has been noted by GNATS. From: dfilter@FreeBSD.ORG (dfilter service) To: bug-followup@FreeBSD.org Cc: Subject: Re: ports/189660: commit references a PR Date: Wed, 14 May 2014 13:25:44 +0000 (UTC) Author: amdmi3 Date: Wed May 14 13:25:41 2014 New Revision: 354054 URL: http://svnweb.freebsd.org/changeset/ports/354054 QAT: https://qat.redports.org/buildarchive/r354054/ Log: - Fix plist issue - Add LICENSE PR: 189660 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer) Modified: head/www/nanoblogger/Makefile Modified: head/www/nanoblogger/Makefile ============================================================================== --- head/www/nanoblogger/Makefile Wed May 14 13:20:58 2014 (r354053) +++ head/www/nanoblogger/Makefile Wed May 14 13:25:41 2014 (r354054) @@ -10,6 +10,8 @@ MASTER_SITES= http://nanoblogger.sourcef 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} _______________________________________________ svn-ports-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-ports-all To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405141330.s4EDU10j069348>