diff options
author | jmelo <jmelo@FreeBSD.org> | 2007-09-05 03:22:28 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2007-09-05 03:22:28 +0800 |
commit | 6b2c53024f3e179c9463a9058a1b125b1441aca2 (patch) | |
tree | 0f56b44c4ddfcf1561ce53a4184c8847d03008c6 /security/samba-vscan | |
parent | cad539f676446df6d387717c312add07790c753d (diff) | |
download | freebsd-ports-gnome-6b2c53024f3e179c9463a9058a1b125b1441aca2.tar.gz freebsd-ports-gnome-6b2c53024f3e179c9463a9058a1b125b1441aca2.tar.zst freebsd-ports-gnome-6b2c53024f3e179c9463a9058a1b125b1441aca2.zip |
- Fix typo.
Diffstat (limited to 'security/samba-vscan')
-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} |