diff options
author | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-09-04 19:22:28 +0000 |
---|---|---|
committer | Jean Milanez Melo <jmelo@FreeBSD.org> | 2007-09-04 19:22:28 +0000 |
commit | 0ec0a281434735e1f7d99282a5bb19a95ee19a1a (patch) | |
tree | a4d8f39c388593c1be6e1d0b1207e09a3baea939 /security/samba-vscan/Makefile | |
parent | 33b9011dceb9cc8e49fc8e4e0f4dd19c415aee07 (diff) | |
download | ports-0ec0a281434735e1f7d99282a5bb19a95ee19a1a.tar.gz ports-0ec0a281434735e1f7d99282a5bb19a95ee19a1a.zip |
Notes
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} |