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 /misc/xgas | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes:
svn path=/head/; revision=20885
Diffstat (limited to 'misc/xgas')
-rw-r--r-- | misc/xgas/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/misc/xgas/Makefile b/misc/xgas/Makefile index aa32bc6c9a7f..96dfacfae8c8 100644 --- a/misc/xgas/Makefile +++ b/misc/xgas/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1996 # Whom: Yukihiro Nakai <nakai@mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.2 1998/10/04 22:41:24 steve Exp $ +# $Id: Makefile,v 1.3 1999/01/12 16:51:21 vanilla Exp $ # DISTNAME= xgas @@ -17,7 +17,7 @@ USE_IMAKE= yes MAN1= xgas.1 post-install: - @chmod 755 ${PREFIX}/bin/xgas - @chown bin.bin ${PREFIX}/bin/xgas + @${CHMOD} 755 ${PREFIX}/bin/xgas + @${CHOWN} bin.bin ${PREFIX}/bin/xgas .include <bsd.port.mk> |