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 /games/xpat2 | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | freebsd-ports-graphics-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz freebsd-ports-graphics-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst freebsd-ports-graphics-89e9e517a9f1c97f22317b99b12b1133075eab02.zip |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/xpat2')
-rw-r--r-- | games/xpat2/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/xpat2/Makefile b/games/xpat2/Makefile index 4459e6fbc74..a6dc4dbee9b 100644 --- a/games/xpat2/Makefile +++ b/games/xpat2/Makefile @@ -3,7 +3,7 @@ # Date created: 5 March 1997 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.7 1999/06/07 20:18:24 mph Exp $ +# $Id: Makefile,v 1.8 1999/06/07 20:23:31 mph Exp $ # DISTNAME= xpat2-1.06 @@ -20,8 +20,8 @@ MAN6= xpat2.6 post-install: ${TOUCH} $(PREFIX)/lib/X11/xpat/xpat.log - chown root.games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2 - chmod 2555 $(PREFIX)/bin/xpat2 - chmod 664 $(PREFIX)/lib/X11/xpat/xpat.log + ${CHOWN} root.games $(PREFIX)/lib/X11/xpat/xpat.log $(PREFIX)/bin/xpat2 + ${CHMOD} 2555 $(PREFIX)/bin/xpat2 + ${CHMOD} 664 $(PREFIX)/lib/X11/xpat/xpat.log .include <bsd.port.mk> |