openbsd-ports/games/numptyphysics/patches/patch-configure_in
sthen 270507b93e import games/numptyphysics, from maintainer David Coppa with a few
Makefile simplifications by me.

Harness gravity with your crayon and set about creating blocks, 
ramps, levers, pulleys and whatever else you fancy to get the little 
red thing to the little yellow thing.

Numpty Physics is a drawing puzzle game in the spirit (and style?) 
of Crayon Physics using the same excellent Box2D engine.
2009-01-28 10:12:35 +00:00

13 lines
515 B
Plaintext

$OpenBSD: patch-configure_in,v 1.1.1.1 2009/01/28 10:12:35 sthen Exp $
--- configure.in.orig Tue Jan 27 21:57:05 2009
+++ configure.in Tue Jan 27 21:57:14 2009
@@ -47,7 +47,7 @@ if test "x${enable_hildon}" = "xyes" ; then
AC_SUBST(HILDON_CFLAGS)
AC_SUBST(HILDON_LIBS)
else
- desktopentrydir=/usr/share/applications
+ desktopentrydir=$datadir/applications
serviceentrydir=$datadir/numptyphysics
icon_26x26dir=$datadir/icons/hicolor/26x26/apps
icon_34x34dir=$datadir/icons/hicolor/34x34/apps