aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/gps/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/net-mgmt/gps/Makefile b/net-mgmt/gps/Makefile
index ef82fdab58ca..7b42a827e138 100644
--- a/net-mgmt/gps/Makefile
+++ b/net-mgmt/gps/Makefile
@@ -18,9 +18,6 @@ USES= gmake
LIBNET_CONFIG?= ${LOCALBASE}/bin/libnet10-config
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e \
's|-Wall -O3|${CFLAGS}|; \
@@ -33,8 +30,8 @@ post-patch:
.if !defined(NOPORTDOCS)
post-install:
- @${MKDIR} ${DOCSDIR}
- ${CP} ${WRKSRC}/docs/* ${DOCSDIR}
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${CP} ${WRKSRC}/docs/* ${STAGEDIR}${DOCSDIR}
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>