svn commit: r363575 - head/net-mgmt/kismet

Adam Weinberger adamw at FreeBSD.org
Thu Jul 31 12:23:03 UTC 2014


Author: adamw
Date: Thu Jul 31 12:23:03 2014
New Revision: 363575
URL: http://svnweb.freebsd.org/changeset/ports/363575
QAT: https://qat.redports.org/buildarchive/r363575/

Log:
  Use mv instead of install to avoid stale files in stagedir.

Modified:
  head/net-mgmt/kismet/Makefile

Modified: head/net-mgmt/kismet/Makefile
==============================================================================
--- head/net-mgmt/kismet/Makefile	Thu Jul 31 12:02:34 2014	(r363574)
+++ head/net-mgmt/kismet/Makefile	Thu Jul 31 12:23:03 2014	(r363575)
@@ -94,9 +94,9 @@ post-install:
 	@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
 	@${INSTALL_DATA} ${WRKSRC}/ruby/* ${STAGEDIR}${EXAMPLESDIR}
 .endif
-	@${INSTALL_DATA} ${WRKSRC}/conf/kismet.conf \
+	@${MV} ${STAGEDIR}${PREFIX}/etc/kismet.conf \
 		${STAGEDIR}${PREFIX}/etc/kismet.conf.sample
-	@${INSTALL_DATA} ${WRKSRC}/conf/kismet_drone.conf \
+	@${MV} ${STAGEDIR}${PREFIX}/etc/kismet_drone.conf \
 		${STAGEDIR}${PREFIX}/etc/kismet_drone.conf.sample
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list