View | Details | Raw Unified | Return to bug 189660
Collapse All | Expand All

(-)www/nanoblogger/Makefile (-3 / +2 lines)
Lines 10-15 Link Here
10
MAINTAINER=	tobias.rehbein@web.de
10
MAINTAINER=	tobias.rehbein@web.de
11
COMMENT=	Small weblog engine written in Bash for the command line
11
COMMENT=	Small weblog engine written in Bash for the command line
12
12
13
LICENSE=	GPLv2
14
13
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
15
RUN_DEPENDS=	bash:${PORTSDIR}/shells/bash
14
16
15
NO_BUILD=	yes
17
NO_BUILD=	yes
Lines 36-44 Link Here
36
	@${CP} ${WRKSRC}/welcome-to-nb.txt ${STAGEDIR}${DATADIR}
38
	@${CP} ${WRKSRC}/welcome-to-nb.txt ${STAGEDIR}${DATADIR}
37
39
38
post-install:
40
post-install:
39
	@if [ ! -f ${STAGEDIR}${PREFIX}/etc/nb.conf ]; then \
40
		${CP} -p ${STAGEDIR}${PREFIX}/etc/nb.conf.sample ${STAGEDIR}${PREFIX}/etc/nb.conf; \
41
	fi
42
	${MKDIR} ${STAGEDIR}${DOCSDIR}
41
	${MKDIR} ${STAGEDIR}${DOCSDIR}
43
.for doc in COPYING ChangeLog README TODO copyright
42
.for doc in COPYING ChangeLog README TODO copyright
44
	@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
43
	@${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}

Return to bug 189660