mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
- Fix plist issue
- Add LICENSE PR: 189660 Submitted by: Tobias Rehbein <tobias.rehbein@web.de> (maintainer)
This commit is contained in:
parent
76aba72b29
commit
c89d90347c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=354054
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user