summaryrefslogtreecommitdiff
path: root/news/brag
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-26 07:52:07 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-26 07:52:07 +0000
commit96e924e3e0620616ba44248c18b855e651f6241e (patch)
treefe5a4168071e52b53ffe1ac53c3e9f3d60b6584c /news/brag
parentfinance/py-stripe: Fix missing closing brace in TEST_DEPENDS assignment (diff)
Support staging.
Notes
Notes: svn path=/head/; revision=331656
Diffstat (limited to 'news/brag')
-rw-r--r--news/brag/Makefile12
1 files changed, 5 insertions, 7 deletions
diff --git a/news/brag/Makefile b/news/brag/Makefile
index 3e89a1ada1ea..15eecdb4032e 100644
--- a/news/brag/Makefile
+++ b/news/brag/Makefile
@@ -13,15 +13,13 @@ COMMENT= Download and assemble multipart binaries from newsgroups
RUN_DEPENDS= uudeview:${PORTSDIR}/converters/uudeview \
${TCLSH}:${PORTSDIR}/lang/tcl84
-MAN1= brag.1
-PLIST_FILES= bin/brag
+PLIST_FILES= bin/brag man/man1/brag.1.gz
PORTDOCS= CHANGES README
TCLSH= tclsh8.4
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -29,13 +27,13 @@ post-patch:
${WRKSRC}/${PORTNAME}
do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif