diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 04:31:11 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-05-01 04:31:11 +0000 |
commit | e85d7a836f0f791629bbc81dc042ece0ba7a6101 (patch) | |
tree | 7e6596f95f5a5bfb99b7c484671b936c6ab4fd7e /security | |
parent | 3f585da798891f0e4c06750ff05c840cfee54e7c (diff) | |
download | ports-e85d7a836f0f791629bbc81dc042ece0ba7a6101.tar.gz ports-e85d7a836f0f791629bbc81dc042ece0ba7a6101.zip |
Notes
Diffstat (limited to 'security')
-rw-r--r-- | security/ipfilter2dshield/Makefile | 2 |
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> |