2012-11-24 22:38:49 +01:00
|
|
|
# $NetBSD: interpreter.mk,v 1.2 2012/11/24 21:38:50 adam Exp $
|
2012-08-31 13:16:12 +02:00
|
|
|
#
|
|
|
|
# Package-settable variables:
|
|
|
|
#
|
|
|
|
# REPLACE_WISH
|
|
|
|
# THe list of files whose interpreter will be corrected.
|
|
|
|
#
|
|
|
|
# See also:
|
|
|
|
# replace-interpreter
|
|
|
|
|
|
|
|
.if !defined(TK_INTERPRETER_MK)
|
2012-11-24 22:38:49 +01:00
|
|
|
TK_INTERPRETER_MK= # defined
|
2012-08-31 13:16:12 +02:00
|
|
|
|
|
|
|
REPLACE_INTERPRETER+= wish
|
|
|
|
REPLACE.wish.old= .*/wish
|
|
|
|
REPLACE.wish.new= ${LOCALBASE}/bin/wish
|
|
|
|
REPLACE_FILES.wish= ${REPLACE_WISH}
|
|
|
|
|
|
|
|
.endif
|