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 /graphics/hobbes-icons-xpm | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'graphics/hobbes-icons-xpm')
-rw-r--r-- | graphics/hobbes-icons-xpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/hobbes-icons-xpm/Makefile b/graphics/hobbes-icons-xpm/Makefile index 680bd8ec6b68..1378abc4cf49 100644 --- a/graphics/hobbes-icons-xpm/Makefile +++ b/graphics/hobbes-icons-xpm/Makefile @@ -3,7 +3,7 @@ # Date created: 19 October 1996 # Whom: pgs # -# $Id: Makefile,v 1.6 1998/08/05 09:31:11 asami Exp $ +# $Id: Makefile,v 1.7 1999/05/29 09:43:06 mharo Exp $ # DISTNAME= hobbes-icons-xpm3 @@ -24,7 +24,7 @@ LIBDIR= ${PREFIX}/include/X11/pixmaps do-install: ${MKDIR} ${LIBDIR} ${CP} -R ${WRKSRC}/* ${LIBDIR} - chown -R ${BINOWN}:${BINGRP} ${LIBDIR} + ${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR} -${RM} ${LIBDIR}/README -${RM} ${LIBDIR}/readem.shar |