diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 2002-06-23 16:18:39 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 2002-06-23 16:18:39 +0000 |
commit | e133484c20fc3c77651141bad8f6c31d42854e65 (patch) | |
tree | 17ff7acb94626fc4191689e1f961c29c5e3ca003 /sysutils/socket | |
parent | b7ce8e8867de62360edf5f652b2f6b4ce236ffcf (diff) | |
download | ports-e133484c20fc3c77651141bad8f6c31d42854e65.tar.gz ports-e133484c20fc3c77651141bad8f6c31d42854e65.zip |
Notes
Diffstat (limited to 'sysutils/socket')
-rw-r--r-- | sysutils/socket/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/socket/files/patch-ab b/sysutils/socket/files/patch-ab new file mode 100644 index 000000000000..037f84823f0c --- /dev/null +++ b/sysutils/socket/files/patch-ab @@ -0,0 +1,13 @@ +--- Makefile.orig Thu Sep 10 16:59:31 1992 ++++ Makefile Mon Apr 22 15:23:31 2002 +@@ -8,7 +8,7 @@ + ### socket.1 in /usr/local/man/man1/socket.1 + ### Make sure the target directories exist before doing a "make install". + +-INSTALLBASE = /usr/local ++INSTALLBASE = ${DESTDIR}/usr/local + INSTALLBINPATH = $(INSTALLBASE)/bin + INSTALLBINMODE = 755 + INSTALLMANPATH = $(INSTALLBASE)/man + + |