1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00
freebsd-ports/net/tclsoap/files/patch-Makefile.in
John Marino 1a4672f9fe Add net port net/tclsoap (after 1.5 year wait)
This PR was submitted 5 January 2013.  It suffered a bit of bitrot, but
staging worked out of the box.  I made some minor adjustments.

PR:		174988
Submitted by:	Sebastien Santoro

     ================================================================

tclsoap provides support for building clients and servers
for the SOAP remote procedure call protocol from Tcl. SOAP
is an XML based RPC mechanism which provides cross-platform
cross language compatability.
2014-06-19 09:01:15 +00:00

14 lines
245 B
Plaintext

diff --git Makefile.in Makefile.in
index 7c62305..fe8e602 100644
--- Makefile.in
+++ Makefile.in
@@ -56,7 +56,7 @@ docdir = @docdir@
DESTDIR =
-pkglibdir = $(libdir)/@PACKAGE@@VERSION@
+pkglibdir = $(libdir)/@PACKAGE@
top_builddir = .