mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
80a3309006
PR: ports/103735 Submitted by: Thomas Abthorpe <thomas(at)goodking.ca> (maintainer)
12 lines
408 B
Plaintext
12 lines
408 B
Plaintext
--- Makefile.in.orig Fri Sep 22 08:56:37 2006
|
|
+++ Makefile.in Fri Sep 22 12:38:32 2006
|
|
@@ -844,7 +844,7 @@
|
|
cd $(top_srcdir) && $(MAKE) -f admin/Makefile.common configure.files
|
|
|
|
install-data-local:
|
|
- chmod 755 $(DESTDIR)$(kde_datadir)/bibletime -R
|
|
+ chmod -R 755 $(DESTDIR)$(kde_datadir)/bibletime
|
|
#>- $(mkinstalldirs) $(datadir)/applications
|
|
#>+ 1
|
|
$(mkinstalldirs) $(DESTDIR)$(datadir)/applications
|