summaryrefslogtreecommitdiff
path: root/net/Sockets/files/patch-Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-16 05:04:44 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-01-16 05:04:44 +0000
commit758b6a8fe39c2ca45ab9d7e33bf98ac9f5979113 (patch)
tree76084517eebd0d15621db1b4840a05ef58fcb790 /net/Sockets/files/patch-Makefile
parentUpdate to 1.3.19. See http://galeon.sourceforge.net/Main/GaleonRelease1319 (diff)
New port Sockets version 1.7.1: A C++ wrapper for BSD-style sockets
Diffstat (limited to 'net/Sockets/files/patch-Makefile')
-rw-r--r--net/Sockets/files/patch-Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/net/Sockets/files/patch-Makefile b/net/Sockets/files/patch-Makefile
new file mode 100644
index 000000000000..e3f8911db7a0
--- /dev/null
+++ b/net/Sockets/files/patch-Makefile
@@ -0,0 +1,18 @@
+--- Makefile.orig Sat Jan 15 23:06:28 2005
++++ Makefile Sat Jan 15 23:07:15 2005
+@@ -59,11 +59,11 @@
+ ranlib $@
+
+ install: all
+- cp libSockets.a $(PREFIX)/lib
+- cp libSocketsEx.a $(PREFIX)/lib
++ @${BSD_INSTALL_DATA} libSockets.a $(PREFIX)/lib
++ @${BSD_INSTALL_DATA} libSocketsEx.a $(PREFIX)/lib
+ mkdir -p $(PREFIX)/include/Sockets
+- cp -a *.h $(PREFIX)/include/Sockets
+- install Sockets-config $(PREFIX)/bin
++ @${BSD_INSTALL_DATA} *.h $(PREFIX)/include/Sockets
++ @${BSD_INSTALL_PROGRAM} Sockets-config $(PREFIX)/bin
+
+ clean:
+ rm -f *.o *~ slask *.d $(PROGS) *.a