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/linux_devtools-7 | |
parent | Assign USE_XLIB var. Any ports which use XLib needs it. (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'devel/linux_devtools-7')
-rw-r--r-- | devel/linux_devtools-7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/linux_devtools-7/Makefile b/devel/linux_devtools-7/Makefile index bcd701be3a41..2cc303e34733 100644 --- a/devel/linux_devtools-7/Makefile +++ b/devel/linux_devtools-7/Makefile @@ -3,7 +3,7 @@ # Date created: Jul 9, 1999 # Whom: marcel@FreeBSD.org # -# $Id: Makefile,v 1.11 1999/08/11 18:46:08 marcel Exp $ +# $Id: Makefile,v 1.12 1999/08/18 12:49:53 marcel Exp $ # DISTNAME= linux_devtools @@ -94,7 +94,7 @@ do-install: @${MKDIR} ${PREFIX}/dev @${RM} -f ${PREFIX}/dev/null @mknod ${PREFIX}/dev/null c 2 2 - @chmod 666 ${PREFIX}/dev/null + @${CHMOD} 666 ${PREFIX}/dev/null .if defined(NEEDLOADLINK) @${MKDIR} ${PREFIX}/compat @${LN} -s / ${PREFIX}/compat/linux |