aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/kismet
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-31 12:23:03 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-31 12:23:03 +0000
commite97feab3f997bca3fceb554c7ccbbc472a046c3e (patch)
tree1c6e5dbc22cb7539d17e33dc9267508fbe3142ef /net-mgmt/kismet
parent112bc55ef443831abba4fc8183870aaf38c6d326 (diff)
downloadports-e97feab3f997bca3fceb554c7ccbbc472a046c3e.tar.gz
ports-e97feab3f997bca3fceb554c7ccbbc472a046c3e.zip
Use mv instead of install to avoid stale files in stagedir.
Notes
Notes: svn path=/head/; revision=363575
Diffstat (limited to 'net-mgmt/kismet')
-rw-r--r--net-mgmt/kismet/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/kismet/Makefile b/net-mgmt/kismet/Makefile
index 62d9fd84a0e7..ab5f09551d8d 100644
--- a/net-mgmt/kismet/Makefile
+++ b/net-mgmt/kismet/Makefile
@@ -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>