summaryrefslogtreecommitdiff
path: root/x11/xmold
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/xmold
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/xmold')
-rw-r--r--x11/xmold/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xmold/Makefile b/x11/xmold/Makefile
index 251b72e3abc4..163a328c47d6 100644
--- a/x11/xmold/Makefile
+++ b/x11/xmold/Makefile
@@ -3,7 +3,7 @@
# Date created: 11 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
-# $Id: Makefile,v 1.1.1.1 1996/11/15 16:25:36 erich Exp $
+# $Id: Makefile,v 1.2 1999/01/12 16:51:24 vanilla Exp $
#
DISTNAME= xmold
@@ -18,7 +18,7 @@ USE_IMAKE= yes
do-install:
@mkdir -p ${PREFIX}/bin
@install -c -s ${WRKSRC}/xmold ${PREFIX}/bin
- @chmod 755 ${PREFIX}/bin/xmold
- @chown bin.bin ${PREFIX}/bin/xmold
+ @${CHMOD} 755 ${PREFIX}/bin/xmold
+ @${CHOWN} bin.bin ${PREFIX}/bin/xmold
.include <bsd.port.mk>