summaryrefslogtreecommitdiff
path: root/net/Sockets-devel/files/patch-Makefile
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-14 11:36:43 +0000
commita25957646624310cdca618a299703bdb73e6f48a (patch)
tree314f4cc5e28076014ad8d561bd20a6f6462447c6 /net/Sockets-devel/files/patch-Makefile
parent- Update to 0.6.49 (diff)
Remove expired ports:
2010-10-14 devel/p5-P4: Depends of p5-P4-Client, which is DEPRECATED. 2010-01-08 devel/p5-P4-Client: has been broken for 11 months 2010-10-14 net-p2p/btpeer: Does not build with net/Sockets and is unmaintained. 2009-07-01 net-mgmt/net-snmp4: Use net-mgmt/net-snmp port instead 2010-10-14 net/gkrellm_snmp: Depends of net-snmp4, that is deprecated also and will be removed soon. 2010-10-14 net/Sockets-devel: Older than net/Sockets and unmaintained.
Diffstat (limited to 'net/Sockets-devel/files/patch-Makefile')
-rw-r--r--net/Sockets-devel/files/patch-Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/net/Sockets-devel/files/patch-Makefile b/net/Sockets-devel/files/patch-Makefile
deleted file mode 100644
index b43c5c0e39e6..000000000000
--- a/net/Sockets-devel/files/patch-Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.orig Sun Sep 25 02:39:49 2005
-+++ Makefile Sun Sep 25 02:40:28 2005
-@@ -75,13 +75,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
-- cp -a *.h $(PREFIX)/include/Sockets
-- @mkdir -p $(PREFIX)/bin
-- 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 */*~