diff options
Diffstat (limited to 'security/samba-vscan/Makefile')
-rw-r--r-- | security/samba-vscan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/samba-vscan/Makefile b/security/samba-vscan/Makefile index 7917fbdf2cf9..18b161055a61 100644 --- a/security/samba-vscan/Makefile +++ b/security/samba-vscan/Makefile @@ -126,7 +126,7 @@ pre-configure: do-install: .for i in ${VSCAN_NAME} - @${MKDIR} -p ${PREFIX}/${VFSDIR} + @${MKDIR} ${PREFIX}/${VFSDIR} ${INSTALL_PROGRAM} ${WRKSRC}/${i} ${PREFIX}/${VFSDIR} .endfor @${MKDIR} ${PREFIX}/${ETCDIR} |