[BACK]Return to patch-Makefile_in CVS log [TXT][DIR] Up to [local] / ports / games / ufoai / patches

Annotation of ports/games/ufoai/patches/patch-Makefile_in, Revision 1.1

1.1     ! yason       1: $OpenBSD$
        !             2: --- Makefile.in.orig   Fri Apr 25 19:48:14 2008
        !             3: +++ Makefile.in        Tue Nov  4 13:00:16 2008
        !             4: @@ -34,7 +34,7 @@ BUILD_DEBUG=@BUILD_DEBUG@
        !             5:  HAVE_SHADERS=@HAVE_SHADERS@
        !             6:
        !             7:  # assign parameters from configure
        !             8: -prefix=@prefix@
        !             9: +prefix=${DESTDIR}@prefix@
        !            10:  exec_prefix=@exec_prefix@
        !            11:  BINDIR=@bindir@
        !            12:  datarootdir=@datarootdir@

CVSweb