755c5b01df
instead of the now-removed x11/tk-Tix/interpreter.mk file. The contents of the x11/tk package remains identical, so no revbump.
21 lines
407 B
Makefile
21 lines
407 B
Makefile
# $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
|
|
|