aboutsummaryrefslogtreecommitdiff
path: root/graphics/skencil/files/skshow.in
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>2000-09-12 11:54:11 +0000
committerThomas Gellekum <tg@FreeBSD.org>2000-09-12 11:54:11 +0000
commit78932f5d3c1c8be72dd3780189d95ec532481f4e (patch)
tree39fc2e0d146fedfdef1c546acc798fca0f9f7f90 /graphics/skencil/files/skshow.in
parentae3d616ae81c56ae8a16e48c0822fb5dc90da6b2 (diff)
downloadports-78932f5d3c1c8be72dd3780189d95ec532481f4e.tar.gz
ports-78932f5d3c1c8be72dd3780189d95ec532481f4e.zip
Use bsd.python.mk.
Notes
Notes: svn path=/head/; revision=32546
Diffstat (limited to 'graphics/skencil/files/skshow.in')
-rw-r--r--graphics/skencil/files/skshow.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/skencil/files/skshow.in b/graphics/skencil/files/skshow.in
index 12beb1ba397e..9d3eacabdbf4 100644
--- a/graphics/skencil/files/skshow.in
+++ b/graphics/skencil/files/skshow.in
@@ -1,3 +1,3 @@
#!/bin/sh
-exec @PREFIX@/bin/python @PREFIX@/share/sketch/skshow.py $@
+exec @PYTHON_CMD@ @PREFIX@/share/sketch/skshow.py $@