diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-15 16:22:09 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-01-15 16:22:09 +0800 |
commit | e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467 (patch) | |
tree | d8d63e4c50e9342239989473e3bde541de563d38 /games | |
parent | d35376eaa08cd91d7886759dcfe89bc79adafcbc (diff) | |
download | marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar.gz marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar.bz2 marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar.lz marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar.xz marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.tar.zst marcuscom-ports-e2630c6a01cd3c9e2bcc0bb7b03cd6c4747f6467.zip |
- Make configure detect avahi instead of howl
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5381 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 6 | ||||
-rw-r--r-- | games/gnomegames2/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 48dd0df1a..74914f3f0 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.95 2006/01/05 21:04:03 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.96 2006/01/15 08:03:05 ahze Exp $ # PORTNAME= gnomegames2 PORTVERSION= 2.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.13 @@ -52,6 +52,8 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py + @${REINPLACE_CMD} -e 's|howl|avahi-compat-howl|' \ + ${WRKSRC}/configure # @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ # 's|664|666|g ; \ # s|2555|0555|g' diff --git a/games/gnomegames2/Makefile b/games/gnomegames2/Makefile index 48dd0df1a..74914f3f0 100644 --- a/games/gnomegames2/Makefile +++ b/games/gnomegames2/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/games/gnomegames2/Makefile,v 1.95 2006/01/05 21:04:03 marcus Exp $ +# $MCom: ports/games/gnomegames2/Makefile,v 1.96 2006/01/15 08:03:05 ahze Exp $ # PORTNAME= gnomegames2 PORTVERSION= 2.13.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-games/2.13 @@ -52,6 +52,8 @@ post-patch: 's|malloc\.h|stdlib.h|g' @${REINPLACE_CMD} -e 's|bin/python|bin/env python|g' \ ${WRKSRC}/libgames-support/games-server.py + @${REINPLACE_CMD} -e 's|howl|avahi-compat-howl|' \ + ${WRKSRC}/configure # @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \ # 's|664|666|g ; \ # s|2555|0555|g' |