aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1998-12-11 13:46:40 +0000
committerThomas Gellekum <tg@FreeBSD.org>1998-12-11 13:46:40 +0000
commit200a053c20eb678a2f9b55d8093f5ee3cd89e1f9 (patch)
treed904e3ddfb4e236a26cd3598d603d371936122f7 /graphics/skencil
parentc608bb64444830c9fc71606548e5c557050c6099 (diff)
downloadports-200a053c20eb678a2f9b55d8093f5ee3cd89e1f9.tar.gz
ports-200a053c20eb678a2f9b55d8093f5ee3cd89e1f9.zip
Notes
Diffstat (limited to 'graphics/skencil')
-rw-r--r--graphics/skencil/files/sk2ps.in2
-rw-r--r--graphics/skencil/files/sketch.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/skencil/files/sk2ps.in b/graphics/skencil/files/sk2ps.in
index f1e6fce8891d..a2c4142c4a08 100644
--- a/graphics/skencil/files/sk2ps.in
+++ b/graphics/skencil/files/sk2ps.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sk2ps.py
+exec @PREFIX@/bin/python sk2ps.py $@
diff --git a/graphics/skencil/files/sketch.in b/graphics/skencil/files/sketch.in
index 2ce0a4304b80..f0a9637d7032 100644
--- a/graphics/skencil/files/sketch.in
+++ b/graphics/skencil/files/sketch.in
@@ -1,4 +1,4 @@
#!/bin/sh
cd @PREFIX@/share/sketch
-exec @PREFIX@/bin/python sketch.py
+exec @PREFIX@/bin/python sketch.py $@