diff options
author | marcus <marcus@FreeBSD.org> | 2002-10-17 02:40:16 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-10-17 02:40:16 +0800 |
commit | 21370b2da03f130ebd04788503330b66382f6940 (patch) | |
tree | 9a42571f8c485e0f510c962d0b60ec83a7220372 /misc/xiphos/files | |
parent | 593cae088a28cb685064ec7b1b3fc5816523d80f (diff) | |
download | freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.tar.gz freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.tar.zst freebsd-ports-gnome-21370b2da03f130ebd04788503330b66382f6940.zip |
Add gnomesword, a GNOME interface to the SWORD project.
PR: 44145
Submitted by: J Shoemaker <shoemaker@softhome.net>
Diffstat (limited to 'misc/xiphos/files')
-rw-r--r-- | misc/xiphos/files/patch-Makefile.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/xiphos/files/patch-Makefile.in b/misc/xiphos/files/patch-Makefile.in new file mode 100644 index 000000000000..afbae2ab5af3 --- /dev/null +++ b/misc/xiphos/files/patch-Makefile.in @@ -0,0 +1,18 @@ +--- Makefile.in.orig Wed Oct 16 11:05:14 2002 ++++ Makefile.in Wed Oct 16 11:06:31 2002 +@@ -136,13 +136,13 @@ + EXTRA_DIST = gnomesword.desktop + + gnomesworddocdir = $(prefix)/doc/gnomesword +-gnomesworddoc_DATA = README COPYING AUTHORS ChangeLog INSTALL NEWS TODO ++gnomesworddoc_DATA = # README COPYING AUTHORS ChangeLog INSTALL NEWS TODO + + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs + CONFIG_HEADER = config.h + CONFIG_CLEAN_FILES = +-DATA = $(gnomesworddoc_DATA) ++DATA = # $(gnomesworddoc_DATA) + + DIST_COMMON = README ./stamp-h.in ABOUT-NLS AUTHORS COPYING ChangeLog \ + INSTALL Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 \ |