svn commit: r346457 - head/net/arprelease

Emanuel Haupt ehaupt at FreeBSD.org
Fri Feb 28 08:29:21 UTC 2014


Author: ehaupt
Date: Fri Feb 28 08:29:20 2014
New Revision: 346457
URL: http://svnweb.freebsd.org/changeset/ports/346457
QAT: https://qat.redports.org/buildarchive/r346457/

Log:
  Support staging

Modified:
  head/net/arprelease/Makefile

Modified: head/net/arprelease/Makefile
==============================================================================
--- head/net/arprelease/Makefile	Fri Feb 28 08:28:41 2014	(r346456)
+++ head/net/arprelease/Makefile	Fri Feb 28 08:29:20 2014	(r346457)
@@ -18,7 +18,6 @@ PLIST_FILES=	bin/arprelease
 
 LIBNET_CONFIG?=	${LOCALBASE}/bin/libnet11-config
 
-NO_STAGE=	yes
 do-build:
 	(cd ${WRKSRC} && \
 		${CC} ${CFLAGS} `${LIBNET_CONFIG} --defines` \
@@ -26,6 +25,6 @@ do-build:
 		`${LIBNET_CONFIG} --libs`)
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/arprelease ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list