summaryrefslogtreecommitdiff
path: root/sysutils/socket/files/patch-Makefile_2
diff options
context:
space:
mode:
authorWolfram Schneider <wosch@FreeBSD.org>2018-02-04 19:00:26 +0000
committerWolfram Schneider <wosch@FreeBSD.org>2018-02-04 19:00:26 +0000
commit11c4ae64474a50b6f5708f86684c5ebb90df4c81 (patch)
treed98e592d044d23783da01cb348b4dea0c172b596 /sysutils/socket/files/patch-Makefile_2
parentdevel/py-flufl.i18n: update 2.0 -> 2.0.1 (diff)
update sysutils/socket to v1.2
PR: 223698 Reviewed by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D14087
Notes
Notes: svn path=/head/; revision=460946
Diffstat (limited to 'sysutils/socket/files/patch-Makefile_2')
-rw-r--r--sysutils/socket/files/patch-Makefile_237
1 files changed, 0 insertions, 37 deletions
diff --git a/sysutils/socket/files/patch-Makefile_2 b/sysutils/socket/files/patch-Makefile_2
deleted file mode 100644
index 0a502fc33141..000000000000
--- a/sysutils/socket/files/patch-Makefile_2
+++ /dev/null
@@ -1,37 +0,0 @@
-*** Makefile.orig Fri Mar 22 11:42:23 2002
---- Makefile Fri Mar 22 11:56:04 2002
-***************
-*** 8,14 ****
- ### socket.1 in /usr/local/man/man1/socket.1
- ### Make sure the target directories exist before doing a "make install".
-
-! INSTALLBASE = /usr/local
- INSTALLBINPATH = $(INSTALLBASE)/bin
- INSTALLBINMODE = 755
- INSTALLMANPATH = $(INSTALLBASE)/man
---- 8,14 ----
- ### socket.1 in /usr/local/man/man1/socket.1
- ### Make sure the target directories exist before doing a "make install".
-
-! INSTALLBASE = ${DESTDIR}${PREFIX}
- INSTALLBINPATH = $(INSTALLBASE)/bin
- INSTALLBINMODE = 755
- INSTALLMANPATH = $(INSTALLBASE)/man
-***************
-*** 43,50 ****
- ### CDC 4680 EP/IX: (I know it *has* setsid(2), but not with bsd43)
- # SWITCHES = -systype bsd43 -DNOSETSID
-
-! # FreeBSD 2.x (4.4BSD)
-! SWITCHES=-DHAVE_SYS_PARAM_H -Wall
-
- ### It should not be necessary to change anything below this line.
- ##################################################################
---- 43,49 ----
- ### CDC 4680 EP/IX: (I know it *has* setsid(2), but not with bsd43)
- # SWITCHES = -systype bsd43 -DNOSETSID
-
-!
-
- ### It should not be necessary to change anything below this line.
- ##################################################################