From 80217826fe352250dd6a95a67647b1f14f59a3ac Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Mon, 14 Nov 2005 12:36:41 +0000 Subject: Update to 2.0.1 Notice for artists: I'm looking for a cute fluffy daemon :-) --- games/xteddy/Makefile | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'games/xteddy/Makefile') diff --git a/games/xteddy/Makefile b/games/xteddy/Makefile index 1ae4640c701e..4e4b3452943f 100644 --- a/games/xteddy/Makefile +++ b/games/xteddy/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xteddy -PORTVERSION= 1.1 +PORTVERSION= 2.0.1 CATEGORIES= games MASTER_SITES= http://www.itn.liu.se/~stegu/xteddy/ @@ -20,15 +20,13 @@ USE_REINPLACE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LDFLAGS="-L${X11BASE}/lib" +USE_GNOME= imlib MAN1= xteddy.1 post-patch: -.for file in configure Makefile.in xteddy.1 - @${REINPLACE_CMD} -e 's|include/X11|share/xteddy|g' ${WRKSRC}/${file} +.for f in xteddy.c Makefile.in xteddy_test + @${REINPLACE_CMD} -e 's,%%DATADIR%%,${DATADIR},g' ${WRKSRC}/${f} .endfor -pre-install: - @${MKDIR} ${DATADIR}/pixmaps - .include -- cgit v1.2.3