aboutsummaryrefslogtreecommitdiff
path: root/ftp/weex/Makefile
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-11 15:42:02 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-11-11 15:42:02 +0000
commit88ff2718e8e33100055c8560dd4c0644e2df15fe (patch)
tree14db305f375c1cb34c71a6e87a2f4de8881a9a67 /ftp/weex/Makefile
parent52c43e093b6722df16260b6e07e8f2c8bca355a0 (diff)
downloadports-88ff2718e8e33100055c8560dd4c0644e2df15fe.tar.gz
ports-88ff2718e8e33100055c8560dd4c0644e2df15fe.zip
Support stage.
Notes
Notes: svn path=/head/; revision=333515
Diffstat (limited to 'ftp/weex/Makefile')
-rw-r--r--ftp/weex/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile
index 3494846bc00c..a3304a67e5b7 100644
--- a/ftp/weex/Makefile
+++ b/ftp/weex/Makefile
@@ -11,14 +11,13 @@ MAINTAINER= ehaupt@FreeBSD.org
COMMENT= Non-interactive FTP client
GNU_CONFIGURE= yes
-MANCOMPRESSED= no
PORTDOCS= ChangeLog README
-MAN1= weex.1
+
+MAKE_ENV+= STAGEDIR=${STAGEDIR}
OPTIONS_DEFINE= DOCS NLS
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -34,13 +33,13 @@ post-patch:
${WRKSRC}/Makefile.in
post-install:
- ${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${EXAMPLESDIR}
+ ${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/sample.weexrc ${STAGEDIR}${EXAMPLESDIR}
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/doc/${f} ${STAGEDIR}${DOCSDIR}
.endfor
.endif