diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-23 03:01:07 +0800 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /misc/xgas | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
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> |