svn commit: r358538 - head/net-mgmt/gps

Vanilla I. Shu vanilla at FreeBSD.org
Fri Jun 20 09:19:40 UTC 2014


Author: vanilla
Date: Fri Jun 20 09:19:39 2014
New Revision: 358538
URL: http://svnweb.freebsd.org/changeset/ports/358538
QAT: https://qat.redports.org/buildarchive/r358538/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/net-mgmt/gps/Makefile

Modified: head/net-mgmt/gps/Makefile
==============================================================================
--- head/net-mgmt/gps/Makefile	Fri Jun 20 09:12:36 2014	(r358537)
+++ head/net-mgmt/gps/Makefile	Fri Jun 20 09:19:39 2014	(r358538)
@@ -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>


More information about the svn-ports-head mailing list