diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 23:13:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2005-04-03 23:13:03 +0000 |
commit | 57eabdfc29080edc10010c5bd0172a1972381d86 (patch) | |
tree | 5e36f749d7fa9c01865398495d6fec50e22ace2c /net/Sockets-devel/files/patch-Makefile | |
parent | Update libshout2 to 2.1 and chase library revision bump. (diff) |
Update to 1.8.1
Diffstat (limited to 'net/Sockets-devel/files/patch-Makefile')
-rw-r--r-- | net/Sockets-devel/files/patch-Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/net/Sockets-devel/files/patch-Makefile b/net/Sockets-devel/files/patch-Makefile index e3f8911db7a0..6b3be9c245d9 100644 --- a/net/Sockets-devel/files/patch-Makefile +++ b/net/Sockets-devel/files/patch-Makefile @@ -1,14 +1,15 @@ ---- Makefile.orig Sat Jan 15 23:06:28 2005 -+++ Makefile Sat Jan 15 23:07:15 2005 -@@ -59,11 +59,11 @@ +--- Makefile.orig Sun Apr 3 18:39:23 2005 ++++ Makefile Sun Apr 3 18:41:20 2005 +@@ -69,12 +69,11 @@ ranlib $@ install: all +- @mkdir -p $(PREFIX)/lib - 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 + @mkdir -p $(PREFIX)/include/Sockets - cp -a *.h $(PREFIX)/include/Sockets - install Sockets-config $(PREFIX)/bin + @${BSD_INSTALL_DATA} *.h $(PREFIX)/include/Sockets |