diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /archivers/rar/Makefile | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to '')
-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 7be2a7811de9..969a61af2500 100644 --- a/archivers/rar/Makefile +++ b/archivers/rar/Makefile @@ -4,7 +4,7 @@ # Date created: 15 May 1996 # Whom: ache # -# $Id: Makefile,v 1.14 1999/04/17 14:41:34 ache Exp $ +# $Id: Makefile,v 1.15 1999/04/21 12:17:16 jseger Exp $ # DISTNAME= rarbsd @@ -31,7 +31,7 @@ STRIP= .endif post-fetch: - @chmod a+x ${DISTDIR}/${DISTFILES} + @${CHMOD} a+x ${DISTDIR}/${DISTFILES} #do-build: # cd ${WRKSRC} && \ |