diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /devel/clig | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'devel/clig')
-rw-r--r-- | devel/clig/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/clig/Makefile b/devel/clig/Makefile index 034c65b..315a008 100644 --- a/devel/clig/Makefile +++ b/devel/clig/Makefile @@ -3,7 +3,7 @@ # Date created: 27 July 1998 # Whom: Bill Fumerola <billf@chc-chimes.com> # -# $Id: Makefile,v 1.5 1998/12/29 18:22:56 billf Exp $ +# $Id: Makefile,v 1.6 1999/08/07 20:44:32 billf Exp $ # DISTNAME= clig-1.1.3 @@ -24,7 +24,7 @@ MAKE_ENV= tclsh=${PREFIX}/bin/tclsh8.0 PLIST_SUB= VERSION=${DISTNAME} do-patch: - @/usr/sbin/chmod a+r ${WRKSRC}/CHANGES + @${CHMOD} a+r ${WRKSRC}/CHANGES @${MV} ${WRKSRC}/makefile ${WRKSRC}/makefile.orig @${SED} -e 's#prefix =~/tools#prefix =${PREFIX}/share#' \ -e 's#LROOT =~/tools#LROOT =${PREFIX}#' \ |