diff options
Diffstat (limited to 'archivers/rar')
-rw-r--r-- | archivers/rar/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile index e5569b2e6d5..f06667c10a5 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2006/05/07 12:55:19 gdt Exp $ +# $NetBSD: Makefile,v 1.44 2006/05/17 06:12:27 rillig Exp $ DISTNAME= rarbsd PKGNAME= rar-2.02 @@ -37,7 +37,7 @@ pre-extract: ${ECHO} "with options COMPAT_NOMID and COMPAT_12 (and EXEC_AOUT, if ELF)."; \ ${FALSE}; \ fi - @${CHMOD} a+x ${DISTDIR:Q}/${DISTFILES:Q} + ${CHMOD} a+x ${DISTDIR:Q}/${DISTFILES:Q} do-build: ${_PKG_SILENT}${_PKG_DEBUG} set -e; set -u; \ |