[BACK]Return to patch-caca_Makefile_in CVS log [TXT][DIR] Up to [local] / ports / graphics / libcaca / patches

Annotation of ports/graphics/libcaca/patches/patch-caca_Makefile_in, Revision 1.1

1.1     ! kirby       1: $OpenBSD$
        !             2: --- caca/Makefile.in.orig      Fri Sep 27 14:14:38 2013
        !             3: +++ caca/Makefile.in   Fri Sep 27 14:15:57 2013
        !             4: @@ -1147,16 +1147,10 @@ uninstall-am: uninstall-includeHEADERS uninstall-libLT
        !             5:  install-exec-local:
        !             6:        $(mkinstalldirs) $(DESTDIR)$(libdir)
        !             7:        . ./libcaca.la || exit 1; \
        !             8: -      for x in $$library_names; do \
        !             9: -        ln -sf $$x $(DESTDIR)$(libdir)/$$(echo $$x | sed 's/caca/cucul/g'); \
        !            10: -      done
        !            11: -      ln -sf libcaca.la $(DESTDIR)$(libdir)/libcucul.la
        !            12:
        !            13:  install-data-local:
        !            14:        $(mkinstalldirs) $(DESTDIR)$(pkgconfigdir)
        !            15: -      ln -sf caca.pc $(DESTDIR)$(pkgconfigdir)/cucul.pc
        !            16:        $(mkinstalldirs) $(DESTDIR)$(includedir)
        !            17: -      ln -sf caca.h $(DESTDIR)$(includedir)/cucul.h
        !            18:
        !            19:  uninstall-local:
        !            20:        . ./libcaca.la || exit 1; \

CVSweb