aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-26 09:45:08 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-26 09:45:08 +0000
commit6ee424413ebc815e1134bce139a9a745c926a2a3 (patch)
tree972ea92c2c186d485a2704ec42e637670ec83a5e
parent188210c0c688ab140c109f4f386241afbeddebed (diff)
Notes
-rw-r--r--net/skstream/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/net/skstream/Makefile b/net/skstream/Makefile
index b0b91e82afc6..eaa4b5645ce9 100644
--- a/net/skstream/Makefile
+++ b/net/skstream/Makefile
@@ -15,8 +15,6 @@ GNU_CONFIGURE= yes
USE_LDCONFIG= yes
USE_GCC= 4.7+
-NO_STAGE= yes
-
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
@@ -25,11 +23,9 @@ post-patch:
@${REINPLACE_CMD} -e 's| install-docdataDATA | |g' ${WRKSRC}/Makefile.in
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docfile in README COPYING AUTHORS NEWS README.FreeSockets
- @${INSTALL_DATA} ${WRKSRC}/${docfile} ${DOCSDIR}
+ @${INSTALL_DATA} ${WRKSRC}/${docfile} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>