diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-12 16:23:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1998-12-12 16:23:37 +0000 |
commit | 613f5cbec10eb0d1224d38898f0a6541231f2495 (patch) | |
tree | dfa85fd44b3c055f5d72b703cc5346ebd58ae459 /archivers | |
parent | de480a057490ad4ca6175e655852df38c990f3e9 (diff) | |
download | ports-613f5cbec10eb0d1224d38898f0a6541231f2495.tar.gz ports-613f5cbec10eb0d1224d38898f0a6541231f2495.zip |
Notes
Diffstat (limited to 'archivers')
-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 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} && \ |