diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
commit | 50418f3429c458d9c665e20145ff04bf2b56c313 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /security/pure-sfv | |
parent | 60aa3ad1bd4016e77a505cb9e1b0a5264739af44 (diff) | |
download | freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.gz freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.tar.zst freebsd-ports-gnome-50418f3429c458d9c665e20145ff04bf2b56c313.zip |
Quiesce mkdir
Diffstat (limited to 'security/pure-sfv')
-rw-r--r-- | security/pure-sfv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pure-sfv/Makefile b/security/pure-sfv/Makefile index 05553102fe06..fb92030c629e 100644 --- a/security/pure-sfv/Makefile +++ b/security/pure-sfv/Makefile @@ -27,7 +27,7 @@ post-patch: do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |