diff options
-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> |