summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorhe <he>2012-08-31 11:16:12 +0000
committerhe <he>2012-08-31 11:16:12 +0000
commit253e87394fa73cb7dbd71dd7095b0735377ff8f7 (patch)
treea786e8132d4eaf9ca8194375c21970e68d5c9c1d /x11
parenta7c9214b3463971148cf3b693bb391f016800bfd (diff)
downloadpkgsrc-253e87394fa73cb7dbd71dd7095b0735377ff8f7.tar.gz
Add an interpreter.mk file to the x11/tk package, to be used
instead of the now-removed x11/tk-Tix/interpreter.mk file. The contents of the x11/tk package remains identical, so no revbump.
Diffstat (limited to 'x11')
-rw-r--r--x11/tk/interpreter.mk21
1 files changed, 21 insertions, 0 deletions
diff --git a/x11/tk/interpreter.mk b/x11/tk/interpreter.mk
new file mode 100644
index 00000000000..52b34b60f49
--- /dev/null
+++ b/x11/tk/interpreter.mk
@@ -0,0 +1,21 @@
+# $NetBSD: interpreter.mk,v 1.1 2012/08/31 11:16:12 he Exp $
+#
+# Package-settable variables:
+#
+# REPLACE_WISH
+# THe list of files whose interpreter will be corrected.
+#
+# See also:
+# replace-interpreter
+#
+
+.if !defined(TK_INTERPRETER_MK)
+TK_INTERPRETER_MK= # defined
+
+REPLACE_INTERPRETER+= wish
+REPLACE.wish.old= .*/wish
+REPLACE.wish.new= ${LOCALBASE}/bin/wish
+REPLACE_FILES.wish= ${REPLACE_WISH}
+
+.endif
+