diff options
author | wosch <wosch@FreeBSD.org> | 2002-06-24 00:18:39 +0800 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 2002-06-24 00:18:39 +0800 |
commit | ad4594f6692cf1ed6c54727a7c65bae1e932e354 (patch) | |
tree | 3c7b8c0aa777edf4d8c334b599a5eaf281d01322 /sysutils | |
parent | f0c9e21ffb04989bb47177139e8d141980637a53 (diff) | |
download | freebsd-ports-gnome-ad4594f6692cf1ed6c54727a7c65bae1e932e354.tar.gz freebsd-ports-gnome-ad4594f6692cf1ed6c54727a7c65bae1e932e354.tar.zst freebsd-ports-gnome-ad4594f6692cf1ed6c54727a7c65bae1e932e354.zip |
ports/sysutils/socket install ignores ${DESTDIR}
PR: ports/37341
Submitted by: Helge Oldach <send-pr@oldach.net>
Diffstat (limited to 'sysutils')
-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 + + |