Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / x11 / tk / interpreter.mk
blobefdb99c6dd426d992773713df77f89bd35654b0a
1 # $NetBSD: interpreter.mk,v 1.1 2012/08/31 11:16:12 he Exp $
3 # Package-settable variables:
5 # REPLACE_WISH
6 # THe list of files whose interpreter will be corrected.
8 # See also:
9 # replace-interpreter
11 .if !defined(TK_INTERPRETER_MK)
12 TK_INTERPRETER_MK= # defined
14 REPLACE_INTERPRETER+= wish
15 REPLACE.wish.old= .*/wish
16 REPLACE.wish.new= ${LOCALBASE}/bin/wish
17 REPLACE_FILES.wish= ${REPLACE_WISH}
19 .endif