summaryrefslogtreecommitdiff
path: root/x11/eterm/Makefile
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-08-22 19:01:07 +0000
commit5281212be38447df70380d4e9e8cd0ef1cf11517 (patch)
tree655e734faae358d2c0edeefd08e9aeac6202b150 /x11/eterm/Makefile
parentAssign 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/Makefile')
-rw-r--r--x11/eterm/Makefile6
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