aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-20 17:19:39 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-20 17:19:39 +0800
commitacc3b8a08cdc12a08789224c395245857c3f49f7 (patch)
tree7f8591ce0d79301db992657a7a557de08c4956ab /net-mgmt
parent1afa5ada3fa07b3b53561516ed8925c8f58706fa (diff)
downloadfreebsd-ports-gnome-acc3b8a08cdc12a08789224c395245857c3f49f7.tar.gz
freebsd-ports-gnome-acc3b8a08cdc12a08789224c395245857c3f49f7.tar.zst
freebsd-ports-gnome-acc3b8a08cdc12a08789224c395245857c3f49f7.zip
Stagify.
Approved by: portmgr@
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>