1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/x11-toolkits/wxgtk29/files/patch-contrib-src-gizmos-Makefile.in
Max Khon 40852f28b2 New ports:
wxWidgets 2.5.2 (development branch) + contributed libraries and utils.
2004-06-27 21:17:17 +00:00

12 lines
571 B
Plaintext

--- contrib/src/gizmos/Makefile.in.orig Sun Jun 27 21:35:44 2004
+++ contrib/src/gizmos/Makefile.in Sun Jun 27 21:35:55 2004
@@ -181,6 +181,8 @@
all: $(__gizmosdll___depname) $(__gizmoslib___depname)
install: all $(__install_gizmosdll___depname) $(__install_gizmoslib___depname)
+
+install-common:
$(INSTALL_DIR) $(DESTDIR)$(includedir)
for f in wx/gizmos/dynamicsash.h wx/gizmos/editlbox.h wx/gizmos/ledctrl.h wx/gizmos/multicell.h wx/gizmos/splittree.h wx/gizmos/statpict.h wx/gizmos/gizmos.h; do \
if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \