diff options
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libgaim/Makefile | 6 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index 404b77384..23cd53065 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.6 2007/02/02 18:05:42 mezz Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -216,7 +216,7 @@ post-patch: -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|@bindir@|${PREFIX}/bin|' \ ${WRKSRC}/gaim.service.in @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/libgaim/gaim-send \ diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 404b77384..23cd53065 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/libgaim/Makefile,v 1.5 2007/01/22 06:30:45 marcus Exp $ +# $MCom: ports/net-im/libgaim/Makefile,v 1.6 2007/02/02 18:05:42 mezz Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b6 -PORTREVISION?= 4 +PORTREVISION?= 5 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -216,7 +216,7 @@ post-patch: -e 's|TCL_VERSION found but 8.3 required|TCL_VERSION found but ${TCLTK_VER} required|g' \ -e 's|TCL_MINOR_VERSION" -ne 3|TCL_MINOR_VERSION" -ne ${TCLTK_VER:E}|' \ ${WRKSRC}/configure - @${REINPLACE_CMD} -e 's|{exec_prefix}|${PREFIX}|' \ + @${REINPLACE_CMD} -e 's|@bindir@|${PREFIX}/bin|' \ ${WRKSRC}/gaim.service.in @${REINPLACE_CMD} -e 's|/bin/bash|${SH}|' \ ${WRKSRC}/libgaim/gaim-send \ |