diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:23:38 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2002-03-17 16:23:38 +0000 |
commit | 48d2f2637f70c9b668e150ed20b4dd97c7fcb749 (patch) | |
tree | 82a0eb834902e64ce662af03a521f5e595a8e115 /net-p2p/gtkhx/files/patch-Makefile.in | |
parent | Update to 0.2.2. (diff) |
Update to version 0.9.2
PR: 35936
Submitted by: MAINTAINER
Diffstat (limited to 'net-p2p/gtkhx/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/gtkhx/files/patch-Makefile.in | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net-p2p/gtkhx/files/patch-Makefile.in b/net-p2p/gtkhx/files/patch-Makefile.in new file mode 100644 index 000000000000..ba5d9946c3d5 --- /dev/null +++ b/net-p2p/gtkhx/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- 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 |