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 | |
parent | Fix a few stragglers. (diff) |
One more missing file.
Notes
Notes:
svn path=/head/; revision=352719
-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> |