1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/x11-toolkits/wxgtk28/files/patch-contrib-src-stc-Makefile.in
2004-11-25 20:06:45 +00:00

12 lines
477 B
Plaintext

--- contrib/src/stc/Makefile.in.orig Sun Oct 10 22:18:53 2004
+++ contrib/src/stc/Makefile.in Wed Nov 24 21:41:31 2004
@@ -310,6 +310,8 @@
all: $(__stcdll___depname) $(__stclib___depname)
install: all $(__install_stcdll___depname) $(__install_stclib___depname)
+
+install-common:
$(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
for f in wx/stc/stc.h; do \
if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \