diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2016-12-01 21:48:46 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2016-12-01 21:48:46 +0800 |
commit | 6b110fb253ed11cc00d0f5a9c0cfb56952e3e487 (patch) | |
tree | 0f06cc09e51d6439597a1ce8d322f911d54a000a /graphics | |
parent | f26d8df09e440fe761e3580e5ebdd21ee789b30e (diff) | |
download | freebsd-ports-graphics-6b110fb253ed11cc00d0f5a9c0cfb56952e3e487.tar.gz freebsd-ports-graphics-6b110fb253ed11cc00d0f5a9c0cfb56952e3e487.tar.zst freebsd-ports-graphics-6b110fb253ed11cc00d0f5a9c0cfb56952e3e487.zip |
Quiesce mkdir
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/ssocr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ssocr/Makefile b/graphics/ssocr/Makefile index 3a6104919b7..bfa166a934d 100644 --- a/graphics/ssocr/Makefile +++ b/graphics/ssocr/Makefile @@ -20,7 +20,7 @@ USES= tar:bzip2 gmake PLIST_FILES= bin/ssocr man/man1/ssocr.1.gz do-install: - ${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 + @${MKDIR} ${STAGEDIR}${PREFIX}/bin ${STAGEDIR}${MANPREFIX}/man/man1 ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MAN1PREFIX}/man/man1 |