diff options
author | crees <crees@FreeBSD.org> | 2012-09-23 01:59:16 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2012-09-23 01:59:16 +0800 |
commit | 803f5724630a3b64f314f444f91eda89f9d1fcf2 (patch) | |
tree | 93a9c25353f4f473558cf06848446cad0c4518ee /lang | |
parent | 46ef1d446ea5724b3133eb6aaef46e0f9c011eec (diff) | |
download | freebsd-ports-gnome-803f5724630a3b64f314f444f91eda89f9d1fcf2.tar.gz freebsd-ports-gnome-803f5724630a3b64f314f444f91eda89f9d1fcf2.tar.zst freebsd-ports-gnome-803f5724630a3b64f314f444f91eda89f9d1fcf2.zip |
Of course, files/patch-* should not be in EXTRA_PATCHES.
I've tested this change properly now, and I'll sit quietly in the corner
for a while.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/tcl85/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lang/tcl85/Makefile b/lang/tcl85/Makefile index da959e93cf1f..5d2a4b563166 100644 --- a/lang/tcl85/Makefile +++ b/lang/tcl85/Makefile @@ -33,7 +33,6 @@ MAKE_ENV= SHORT_TCL_VER=${SHORT_TCL_VER} LANG=C LC_ALL=C # LANG=C is required fo NOPRECIOUSMAKEVARS= Too many _MLINKS for README.html PLIST_SUB= TCL_VER=${TCL_VER} SHORT_TCL_VER=${SHORT_TCL_VER} EXTRACT_AFTER_ARGS=|${TAR} -xpf - --exclude compat/ -EXTRA_PATCHES= ${FILESDIR}/patch-uk-locale .if !defined(BUILDING_TCL_THREADS) && !defined(BUILDING_TCL_TM) OPTIONS_DEFINE= TCL85_MAN TZDATA TCL_MODULES |