aboutsummaryrefslogtreecommitdiff
path: root/comms/remserial
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-23 20:30:50 +0000
commitf4a1e022c0d267b40fde97c90402277490d4eb4f (patch)
tree55da60aef1b2c32d67ec2312379a244877492550 /comms/remserial
parent0798d61585c1bb62d7fe58a74250b3d4b59388b0 (diff)
downloadports-f4a1e022c0d267b40fde97c90402277490d4eb4f.tar.gz
ports-f4a1e022c0d267b40fde97c90402277490d4eb4f.zip
Support staging.
Notes
Notes: svn path=/head/; revision=331422
Diffstat (limited to 'comms/remserial')
-rw-r--r--comms/remserial/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/comms/remserial/Makefile b/comms/remserial/Makefile
index 86d826581d01..e73e41af743c 100644
--- a/comms/remserial/Makefile
+++ b/comms/remserial/Makefile
@@ -19,14 +19,13 @@ CFLAGS+= -DOSVERSION=\"${OSVERSION}\"
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
.include <bsd.port.options.mk>
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.endif
.include <bsd.port.mk>