aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-03-18 22:41:08 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-03-18 22:41:08 +0800
commit4cf2ffc31b8e81c77dbdddbfa1f91bf970c1cbb2 (patch)
treedda047ed4c54e792c546e693b419d83b66b2b49b /archivers
parent8222a1b375415121ac9add1687a6c411aaec884e (diff)
downloadfreebsd-ports-gnome-4cf2ffc31b8e81c77dbdddbfa1f91bf970c1cbb2.tar.gz
freebsd-ports-gnome-4cf2ffc31b8e81c77dbdddbfa1f91bf970c1cbb2.tar.zst
freebsd-ports-gnome-4cf2ffc31b8e81c77dbdddbfa1f91bf970c1cbb2.zip
Fix @@${MKDIR} -> @${MKDIR}
Notified by: antoine (via irc)
Diffstat (limited to 'archivers')
-rw-r--r--archivers/unzoo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/unzoo/Makefile b/archivers/unzoo/Makefile
index fb38fa6d05ed..65f3dcf33893 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: