diff options
author | hubertf <hubertf> | 1997-12-19 09:11:28 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1997-12-19 09:11:28 +0000 |
commit | 91318dcb9b67abc6683663e708db386cc6c77e2c (patch) | |
tree | 0110f842fb6512fa3512dcc47a6f9b961aed6d59 /archivers | |
parent | 96822f3472d51efadfa994e8287a499640e88a1e (diff) | |
download | pkgsrc-91318dcb9b67abc6683663e708db386cc6c77e2c.tar.gz |
Fix annoying chmod on "make fetch".
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 96526422cf8..ca93f8e0277 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $NetBSD: Makefile,v 1.4 1997/12/13 21:31:00 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 1997/12/19 09:11:28 hubertf Exp $ # FreeBSD Id: Makefile,v 1.7 1997/08/10 22:31:27 fenner Exp # @@ -25,7 +25,7 @@ EXTRACT_CMD= EXTRACT_BEFORE_ARGS= CAT1= rar.1 -post-fetch: +pre-extract: chmod a+x ${DISTDIR}/${DISTFILES} do-build: |