diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:41:08 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-03-18 22:41:08 +0800 |
commit | 4cf2ffc31b8e81c77dbdddbfa1f91bf970c1cbb2 (patch) | |
tree | dda047ed4c54e792c546e693b419d83b66b2b49b /archivers | |
parent | 8222a1b375415121ac9add1687a6c411aaec884e (diff) | |
download | freebsd-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/Makefile | 2 |
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: |