mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
8a633b59af
BibleTime is a powerful Bible study application for the K Desktop Environment running on Unix operating systems. BibleTime is based on the Sword library which provides access to all the different text modules created by the Crosswire Bible Society. PR: ports/34981 Submitted by: Willem van Engen <wvengen+port@stack.nl>
12 lines
352 B
Plaintext
12 lines
352 B
Plaintext
--- Makefile.am.orig Fri May 3 11:30:38 2002
|
|
+++ Makefile.am Fri May 3 11:32:30 2002
|
|
@@ -32,7 +32,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
|
|
|
|
MAINTAINERCLEANFILES = configure.files subdirs
|
|
|