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 /x11/eterm | |
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 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index 4970540077f3..547e879ef585 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -3,7 +3,7 @@ # Date created: 24 November 1997 # Whom: Murray Stokely <murray@cdrom.com> # -# $Id: Makefile,v 1.16 1999/03/15 18:30:05 nectar Exp $ +# $Id: Makefile,v 1.17 1999/05/29 04:10:06 steve Exp $ # DISTNAME= Eterm-0.8.8 @@ -32,8 +32,8 @@ pre-patch: .endif post-install: - chown root.wheel ${PREFIX}/bin/Eterm - chmod 4755 ${PREFIX}/bin/Eterm + ${CHOWN} root.wheel ${PREFIX}/bin/Eterm + ${CHMOD} 4755 ${PREFIX}/bin/Eterm ${INSTALL_SCRIPT} ${WRKSRC}/doc/colortest.sh ${PREFIX}/share/Eterm .ifndef NOPORTDOCS ${MKDIR} ${PREFIX}/share/doc/Eterm |