aboutsummaryrefslogtreecommitdiffstats
path: root/archivers/unlzx
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-18 22:26:57 +0800
commit9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 (patch)
treeffdf823f74a6103c3f4cbc16c1297de94f6eee89 /archivers/unlzx
parent8af2256613799ff75267d21ea7ecbf748835c87a (diff)
downloadfreebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.gz
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.tar.zst
freebsd-ports-gnome-9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1.zip
Quiesce mkdir
Diffstat (limited to 'archivers/unlzx')
-rw-r--r--archivers/unlzx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unlzx/Makefile b/archivers/unlzx/Makefile
index 2705eee3ae39..d401a36c79f8 100644
--- a/archivers/unlzx/Makefile
+++ b/archivers/unlzx/Makefile
@@ -14,7 +14,7 @@ COMMENT= Extracts .lzx archives from Amiga systems
PLIST_FILES= bin/unlzx
do-extract:
- ${MKDIR} ${WRKSRC}
+ @${MKDIR} ${WRKSRC}
${GZCAT} ${DISTDIR}/${DISTFILES} > ${WRKSRC}/${DISTNAME}
do-build: