svn commit: r357149 - head/net/despoof

Vanilla I. Shu vanilla at FreeBSD.org
Mon Jun 9 14:01:19 UTC 2014


Author: vanilla
Date: Mon Jun  9 14:01:18 2014
New Revision: 357149
URL: http://svnweb.freebsd.org/changeset/ports/357149
QAT: https://qat.redports.org/buildarchive/r357149/

Log:
  Stagify.

Modified:
  head/net/despoof/Makefile

Modified: head/net/despoof/Makefile
==============================================================================
--- head/net/despoof/Makefile	Mon Jun  9 13:40:38 2014	(r357148)
+++ head/net/despoof/Makefile	Mon Jun  9 14:01:18 2014	(r357149)
@@ -16,7 +16,6 @@ BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSD
 
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet10-config
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		's|-I$${LOCALBASE}/include ||; \
@@ -27,10 +26,10 @@ post-patch:
 		 ${WRKSRC}/${MAKEFILE}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/despoof ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/despoof ${STAGEDIR}${PREFIX}/bin
 .if !defined(NOPORTDOCS)
-	${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list