summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-29 20:04:00 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-29 20:04:00 +0000
commit7c6eb4d5d0ba7f17943be88685d43492664205e7 (patch)
tree3075134b3992a11efe46b28b7e9593262362018f /sysutils
parentConvert to STAGEDIR (diff)
Convert to STAGEDIR
Notes
Notes: svn path=/head/; revision=328727
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/py-analyzemft/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/py-analyzemft/Makefile b/sysutils/py-analyzemft/Makefile
index 62448b6b83cc..38abbe60a255 100644
--- a/sysutils/py-analyzemft/Makefile
+++ b/sysutils/py-analyzemft/Makefile
@@ -25,13 +25,12 @@ PORTDOCS= README.txt
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-install:
.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>