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 /devel/clig | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
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 034c65b66985..315a008fac87 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}#' \ |