summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1998-12-12 16:23:37 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1998-12-12 16:23:37 +0000
commit613f5cbec10eb0d1224d38898f0a6541231f2495 (patch)
treedfa85fd44b3c055f5d72b703cc5346ebd58ae459 /archivers
parenta Perl package to generate GIF charts (diff)
add @ to a line
Notes
Notes: svn path=/head/; revision=15307
Diffstat (limited to 'archivers')
-rw-r--r--archivers/rar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index ad67163ba6f1..c339318008e0 100644
--- a/archivers/rar/Makefile
+++ b/archivers/rar/Makefile
@@ -4,7 +4,7 @@
# Date created: 15 May 1996
# Whom: ache
#
-# $Id: Makefile,v 1.9 1998/09/23 00:59:38 steve Exp $
+# $Id: Makefile,v 1.10 1998/11/14 09:43:01 asami Exp $
#
DISTNAME= rarbsd
@@ -28,7 +28,7 @@ STRIP=
.endif
post-fetch:
- chmod a+x ${DISTDIR}/${DISTFILES}
+ @chmod a+x ${DISTDIR}/${DISTFILES}
do-build:
cd ${WRKSRC} && \