You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-tcltk/tkXwin/files/1.0-Makefile.in.diff

22 lines
796 B

--- Makefile.in.orig 2003-02-01 22:03:34.000000000 -0500
+++ Makefile.in 2003-02-01 22:04:39.000000000 -0500
@@ -432,14 +432,14 @@
install-exec-hook:
- $(mkinstalldirs) @PKG_TCL@
+ $(mkinstalldirs) $(DESTDIR)@PKG_TCL@
echo "package ifneeded tkXwin" \
`echo $(VERSION) | awk -F. '{ printf "%s.%s", $$1, $$2 }'` \
- "[list load $(DESTDIR)$(libdir)/libtkXwin.so]" \
- > @PKG_TCL@/pkgIndex.tcl
+ "[list load $(libdir)/libtkXwin.so]" \
+ > $(DESTDIR)@PKG_TCL@/pkgIndex.tcl
sed -e 's%load .libs/libtkXwin.so%package require tkXwin%' \
< test.tcl \
- > @PKG_TCL@/test.tcl
+ > $(DESTDIR)@PKG_TCL@/test.tcl
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.