From 0ec0a281434735e1f7d99282a5bb19a95ee19a1a Mon Sep 17 00:00:00 2001
From: Jean Milanez Melo <jmelo@FreeBSD.org>
Date: Tue, 4 Sep 2007 19:22:28 +0000
Subject: - Fix typo.

---
 security/samba-vscan/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'security')

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}
-- 
cgit v1.2.3