summaryrefslogtreecommitdiffstats
path: root/archivers/rar
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committermharo <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /archivers/rar
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadFreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'archivers/rar')
-rw-r--r--archivers/rar/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/rar/Makefile b/archivers/rar/Makefile
index 7be2a78..969a61a 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} && \
OpenPOWER on IntegriCloud