ports/irc/znc/files/patch-modules-Makefile_in
Martin Wilke 5516d36dd5 - Update 0.098
PR:		156421
Submitted by:	Jase Thew <freebsd@beardz.net>
2011-05-26 04:03:46 +00:00

11 lines
525 B
Text

--- modules/Makefile.in.orig 2011-04-15 05:32:38.106160701 +0100
+++ modules/Makefile.in 2011-04-15 05:33:09.936858977 +0100
@@ -103,7 +103,7 @@
install_metadirs: create_install_dir
for a in $(srcdir)/*; do \
- d=$$(echo $$a | sed -e "s:$(srcdir)/::g;s:modperl::;s:modpython::"); \
+ d=$$(echo $$a | sed -e "s:$(srcdir)/::g;s:modperl::;s:modpython::;s:modtcl::"); \
if [ -d $$a ] && [ -f $${d}.so ]; then \
cp -R $$a $(DESTDIR)$(DATADIR); \
find $(DESTDIR)$(DATADIR)/$$a -type d -exec chmod 0755 '{}' \;; \