aboutsummaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-05-01 04:31:11 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-05-01 04:31:11 +0000
commite85d7a836f0f791629bbc81dc042ece0ba7a6101 (patch)
tree7e6596f95f5a5bfb99b7c484671b936c6ab4fd7e /security
parent3f585da798891f0e4c06750ff05c840cfee54e7c (diff)
downloadports-e85d7a836f0f791629bbc81dc042ece0ba7a6101.tar.gz
ports-e85d7a836f0f791629bbc81dc042ece0ba7a6101.zip
Notes
Diffstat (limited to 'security')
-rw-r--r--security/ipfilter2dshield/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/ipfilter2dshield/Makefile b/security/ipfilter2dshield/Makefile
index 139d162f5002..517f7722e543 100644
--- a/security/ipfilter2dshield/Makefile
+++ b/security/ipfilter2dshield/Makefile
@@ -34,6 +34,6 @@ do-install:
@${MKDIR} ${STAGEDIR}${ETCDIR}
${INSTALL_DATA} ${WRKDIR}/${DISTNAME} \
${STAGEDIR}${ETCDIR}/${DISTNAME}.sample
- ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${PREFIX}/sbin
+ ${INSTALL} -o ${BINOWN} -g ${BINGRP} -m 760 ${WRKDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/sbin
.include <bsd.port.mk>