mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
11 lines
525 B
Text
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 '{}' \;; \
|