diff options
author | obrien <obrien@FreeBSD.org> | 1998-12-13 00:23:37 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-12-13 00:23:37 +0800 |
commit | c8fc06b9da56e22affb70c27f2cdff6a497c0601 (patch) | |
tree | 4308d5eb185d213ceb269d48fd922f2431261773 /archivers | |
parent | 4c1deea2827c09782fc9f658c013074e7bf1a06a (diff) | |
download | freebsd-ports-gnome-c8fc06b9da56e22affb70c27f2cdff6a497c0601.tar.gz freebsd-ports-gnome-c8fc06b9da56e22affb70c27f2cdff6a497c0601.tar.zst freebsd-ports-gnome-c8fc06b9da56e22affb70c27f2cdff6a497c0601.zip |
add @ to a line
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} && \ |