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

Annotation of ports/games/xfrisk/patches/patch-Makefile, Revision 1.1.1.1

1.1       yason       1: $OpenBSD$
                      2: --- Makefile.orig      Sun Jan 23 22:01:55 2000
                      3: +++ Makefile   Tue Jun  1 03:22:37 2010
                      4: @@ -81,7 +81,7 @@ LDFLAGS=
                      5:
                      6:  ## Installation prefix
                      7:  # Adjust to taste. Stuff gets installed here.
                      8: -PREFIX=/usr/local
                      9: +PREFIX?=/usr/local
                     10:  #PREFIX=/usr/local/X11
                     11:
                     12:  ## X11 location and options
                     13: @@ -145,7 +145,7 @@ INSTALL_BIN=install -c -m 755
                     14:  #          You shouldn't need to edit below here           #
                     15:  ############################################################
                     16:
                     17: -LIBDIR=$(PREFIX)/lib/xfrisk
                     18: +LIBDIR=$(PREFIX)/share/xfrisk
                     19:  BINDIR=$(PREFIX)/bin
                     20:
                     21:  # Data files, stored in LIBDIR

CVSweb