summaryrefslogtreecommitdiff
path: root/graphics/sketch
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 /graphics/sketch
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 'graphics/sketch')
-rw-r--r--graphics/sketch/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/sketch/Makefile b/graphics/sketch/Makefile
index a9efb866bf0c..66d508262845 100644
--- a/graphics/sketch/Makefile
+++ b/graphics/sketch/Makefile
@@ -3,7 +3,7 @@
# Date created: 04 November 1998
# Whom: Thomas Gellekum <tg@FreeBSD.ORG>
#
-# $Id: Makefile,v 1.4 1999/05/19 09:41:06 tg Exp $
+# $Id: Makefile,v 1.5 1999/08/06 08:45:21 tg Exp $
#
DISTNAME= sketch-0.6.1
@@ -42,8 +42,8 @@ do-install:
(cd ${WRKSRC}/Examples; tar cf - .) | (cd ${SKETCHEXDIR}; tar xf -)
(cd ${SKETCHDIR}; python finishinst.py)
${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sketch.in > ${PREFIX}/bin/sketch
- chmod +x ${PREFIX}/bin/sketch
+ ${CHMOD} +x ${PREFIX}/bin/sketch
${SED} -e "s|@PREFIX@|${PREFIX}|g" < ${FILESDIR}/sk2ps.in > ${PREFIX}/bin/sk2ps
- chmod +x ${PREFIX}/bin/sk2ps
+ ${CHMOD} +x ${PREFIX}/bin/sk2ps
.include <bsd.port.mk>