mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 20:06:29 -04:00
This fixes a security hole which is remotely exploitable. See http://security.e-matters.de/advisories/042002.html for details. Submitted by: sobomax Approved by: sobomax
14 lines
345 B
Text
14 lines
345 B
Text
--- include/Makefile.in.orig Thu Dec 5 10:37:22 2002
|
|
+++ include/Makefile.in Sat Dec 14 16:26:53 2002
|
|
@@ -324,7 +324,11 @@
|
|
installdirs:
|
|
$(mkinstalldirs) $(DESTDIR)$(pkgincludedir)
|
|
|
|
+.if defined(CLIENT_ONLY)
|
|
install: install-am
|
|
+.else
|
|
+install:
|
|
+.endif
|
|
install-exec: install-exec-am
|
|
install-data: install-data-am
|
|
uninstall: uninstall-am
|