mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
PR: 45543 Submitted by: Alex Dupre <sysadmin@alexdupre.com> Repo-copy approved by: portmgr (will) Repo-copy performed by: cvs (josefk)
14 lines
345 B
Text
14 lines
345 B
Text
--- include/Makefile.in.orig Tue Nov 19 17:13:35 2002
|
|
+++ include/Makefile.in Tue Nov 19 17:14:10 2002
|
|
@@ -335,7 +335,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
|