From 9a6e27dbf1c2dee6f1493ab70257c72a1d9f2ac1 Mon Sep 17 00:00:00 2001 From: ehaupt Date: Tue, 18 Mar 2014 14:26:57 +0000 Subject: Quiesce mkdir --- archivers/unzoo/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'archivers/unzoo') diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile index 65f3dcf33893..fb38fa6d05ed 100644 --- a/archivers/unzoo/Makefile +++ b/archivers/unzoo/Makefile @@ -22,7 +22,7 @@ PLIST_FILES= bin/unzoo man/man1/unzoo.1.gz CFLAGS+= -trigraphs post-extract: - @${MKDIR} ${WRKSRC} + @@${MKDIR} ${WRKSRC} @${MV} ${WRKDIR}/${PORTNAME}.c ${WRKSRC} do-build: -- cgit