openbsd-ports/games/lbreakout2/patches/patch-configure_in
ajacoutot ae7f96298e - update to lbreakout2-2.6beta-7
- add license marker
2007-12-05 12:53:50 +00:00

13 lines
401 B
Plaintext

$OpenBSD: patch-configure_in,v 1.2 2007/12/05 12:53:50 ajacoutot Exp $
--- configure.in.orig Sun Aug 27 13:25:04 2006
+++ configure.in Wed Dec 5 12:39:05 2007
@@ -84,7 +88,7 @@ locdir_flag="-DLOCALEDIR=\\\"$localedir\\\""
dnl installation&highscore path
inst_dir="$datadir/lbreakout2"
-hi_dir=$localstatedir
+hi_dir="/var/games"
dnl check if installation was disabled
AC_ARG_ENABLE( install,