You've already forked macports-base
mirror of
https://github.com/macports/macports-base.git
synced 2026-07-12 18:18:43 -07:00
vendor: Drop unused variables from Makefile.in
We did define those, but in the places where they could have been used, the @VARIABLE@ syntax was used instead, so we can just drop those.
This commit is contained in:
committed by
Joshua Root
parent
8896e19eab
commit
f75a24e54c
-5
@@ -1,11 +1,6 @@
|
||||
TCL_SUBDIR= @VENDOR_TCL_SUBDIR@
|
||||
TCL_TARGETS= @VENDOR_TCL_INSTALL@
|
||||
|
||||
TCLX_SUBDIR= @VENDOR_TCLX_SUBDIR@
|
||||
TCLX_TARGETS= @VENDOR_TCLX_INSTALL@
|
||||
|
||||
TCLLIB_SUBDIR= @VENDOR_TCLLIB_SUBDIR@
|
||||
TCLLIB_TARGETS= @VENDOR_TCLLIB_INSTALL@
|
||||
|
||||
PREFIX= @prefix@
|
||||
DESTROOT= @abs_top_builddir@/vendor/vendor-destroot
|
||||
|
||||
Reference in New Issue
Block a user