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 /graphics/skencil | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r-- | graphics/skencil/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/skencil/Makefile b/graphics/skencil/Makefile index a9efb866bf0c..66d508262845 100644 --- a/graphics/skencil/Makefile +++ b/graphics/skencil/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> |