aboutsummaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-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>
'2009-08-16 09:17:49 +0800'>2009-08-165-70/+8 * -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1 * Chase libgmp and bump PORTREVISION.ale2009-05-131-1/+2 * - Fix the installation when a PREFIX other than /usr/local is used.araujo2008-08-121-0/+3 * - Remove USE_GCC where it can be satisfied with base compiler on followingpav2008-07-251-1/+0