Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Jun 2014 09:19:40 +0000 (UTC)
From:      "Vanilla I. Shu" <vanilla@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r358538 - head/net-mgmt/gps
Message-ID:  <201406200919.s5K9JeCW094370@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406200919.s5K9JeCW094370>