diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:26:57 +0800 |
commit | 9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 (patch) | |
tree | ffdf823f74a6103c3f4cbc16c1297de94f6eee89 /misc | |
parent | 8af2256613799ff75267d21ea7ecbf748835c87a (diff) | |
download | freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip |
Quiesce mkdir
Diffstat (limited to 'misc')
-rw-r--r-- | misc/countrycodes/Makefile | 2 | ||||
-rw-r--r-- | misc/ree/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/misc/countrycodes/Makefile b/misc/countrycodes/Makefile index 749354753d87..94a4ec2a2278 100644 --- a/misc/countrycodes/Makefile +++ b/misc/countrycodes/Makefile @@ -23,7 +23,7 @@ MAKE_ARGS= prefix="${STAGEDIR}${PREFIX}" CC="${CC}" CCOPTS="${CFLAGS}" WARNINGS= OPTIONS_DEFINE= DOCS post-install: - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/${PORTDOCS} ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> diff --git a/misc/ree/Makefile b/misc/ree/Makefile index ea44df0a6030..2aed238fc6e6 100644 --- a/misc/ree/Makefile +++ b/misc/ree/Makefile @@ -26,7 +26,7 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} \ ${STAGEDIR}${PREFIX}/bin/rom-${PORTNAME} ${INSTALL_PROGRAM} ${WRKSRC}/fontdump ${STAGEDIR}${PREFIX}/bin - ${MKDIR} ${STAGEDIR}${DOCSDIR} + @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/readme ${STAGEDIR}${DOCSDIR} .include <bsd.port.mk> |