diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-20 12:28:42 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-08-20 12:28:42 +0000 |
commit | c3b89a682fe8f4b2d00949bb550188d03915a640 (patch) | |
tree | 63d135383ba776c3dc4fd732329a1828e5871dec /net-p2p/dclibc/files/patch-Makefile.in | |
parent | Add ports devel/libYGP and devel/libXGP: (diff) |
DCLibC is a library for implementing the Direct Connect peer-to-peer
protocol. It offers support for the NMDC protocol (client-hub
commands and client-client operations) and an interface to the
most common filelists.
WWW: http://www.gtkdc.org/
PR: ports/102295
Submitted by: Pankov Pavel <pankov_ at mail.ru>
Notes
Notes:
svn path=/head/; revision=171034
Diffstat (limited to 'net-p2p/dclibc/files/patch-Makefile.in')
-rw-r--r-- | net-p2p/dclibc/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-p2p/dclibc/files/patch-Makefile.in b/net-p2p/dclibc/files/patch-Makefile.in new file mode 100644 index 000000000000..d15d03c5a79e --- /dev/null +++ b/net-p2p/dclibc/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in-orig Mon May 22 10:23:09 2006 ++++ Makefile.in Sun Aug 20 01:23:21 2006 +@@ -193,7 +193,7 @@ + target_alias = @target_alias@ + SUBDIRS = dclibc + EXTRA_DIST = TODO dclibc.pc.in +-pkgconfigdir = $(libdir)/pkgconfig ++pkgconfigdir = @exec_prefix@/libdata/pkgconfig + pkgconfig_DATA = dclibc.pc + all: config.h + $(MAKE) $(AM_MAKEFLAGS) all-recursive |