diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:19:30 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-01-10 23:19:30 +0000 |
commit | 1e282bc63c7a5fb1f3679e9e1b10251c13a8cab0 (patch) | |
tree | b594a0476ca0df1f4e355c25647d7b491ba8705e /net-p2p/gtkhx/files/patch-Makefile.in | |
parent | - Update to 20080109 (diff) |
- Update to 0.9.4
PR: 119503
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Notes
Notes:
svn path=/head/; revision=205430
Diffstat (limited to 'net-p2p/gtkhx/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/gtkhx/files/patch-Makefile.in | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/net-p2p/gtkhx/files/patch-Makefile.in b/net-p2p/gtkhx/files/patch-Makefile.in deleted file mode 100644 index ba5d9946c3d5..000000000000 --- a/net-p2p/gtkhx/files/patch-Makefile.in +++ /dev/null @@ -1,20 +0,0 @@ ---- Makefile.in.orig Tue Feb 19 22:14:44 2002 -+++ Makefile.in Fri Mar 15 17:01:22 2002 -@@ -16,7 +16,7 @@ - srcdir = @srcdir@ - top_srcdir = @top_srcdir@ - VPATH = @srcdir@ --prefix = @prefix@ -+prefix = ${PREFIX} - exec_prefix = @exec_prefix@ - - bindir = @bindir@ -@@ -102,7 +102,7 @@ - icon_DATA = icons.rsrc - - man_DATA = gtkhx.1 --mandir = $(prefix)/share/man/man1 -+mandir = $(prefix)/man/man1 - ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_HEADER = config.h |