aboutsummaryrefslogtreecommitdiff
path: root/sysutils/skill/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 /sysutils/skill/Makefile
parentacfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff)
downloadports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz
ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Notes
Notes: svn path=/head/; revision=20885
Diffstat (limited to 'sysutils/skill/Makefile')
-rw-r--r--sysutils/skill/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/skill/Makefile b/sysutils/skill/Makefile
index 0735b9c24f8c..fdbe9f5e92d3 100644
--- a/sysutils/skill/Makefile
+++ b/sysutils/skill/Makefile
@@ -3,7 +3,7 @@
# Date created: 20 Oct 1998
# Whom: Joao Carlos Mendes Luis <jonny@jonny.eng.br>
#
-# $Id: Makefile,v 1.4 1998/10/28 22:48:35 steve Exp $
+# $Id: Makefile,v 1.5 1999/01/18 02:58:54 steve Exp $
#
DISTNAME= skill-3.7@P6
@@ -22,6 +22,6 @@ MAN1= skill.1
MLINKS= skill.1 snice.1
pre-configure:
- @chmod a+x ${WRKSRC}/Config
+ @${CHMOD} a+x ${WRKSRC}/Config
.include <bsd.port.mk>