aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-23 22:59:52 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-23 22:59:52 +0800
commitd265a0a0b18bcd6dcb09e6eaf54f8eeb43188eb5 (patch)
tree2688b77f325b1ec0b62c7961443bbc88d97f645b /net
parent9c7b0502e05a3d8d33dd605d604b47e709cb8c56 (diff)
downloadfreebsd-ports-gnome-d265a0a0b18bcd6dcb09e6eaf54f8eeb43188eb5.tar.gz
freebsd-ports-gnome-d265a0a0b18bcd6dcb09e6eaf54f8eeb43188eb5.tar.zst
freebsd-ports-gnome-d265a0a0b18bcd6dcb09e6eaf54f8eeb43188eb5.zip
Stagify.
Approved by: portmgr@
Diffstat (limited to 'net')
-rw-r--r--net/reposado/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/net/reposado/Makefile b/net/reposado/Makefile
index b99f9828df9f..eadaf9663587 100644
--- a/net/reposado/Makefile
+++ b/net/reposado/Makefile
@@ -23,7 +23,6 @@ USE_PYDISTUTILS= yes
SUB_FILES= pkg-message
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e "s,%%LOCALBASE%%,${LOCALBASE},g" \
${WRKSRC}/code/reposadolib/reposadocommon.py
@@ -32,10 +31,9 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- @${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README.md ${DOCSDIR} &&\
- ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/README.md ${STAGEDIR}${DOCSDIR} && \
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>