summaryrefslogtreecommitdiff
path: root/misc/gaim-guifications/Makefile
diff options
context:
space:
mode:
authorJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-20 12:50:52 +0000
committerJean-Yves Lefort <jylefort@FreeBSD.org>2005-04-20 12:50:52 +0000
commit03636aa0b841dee0e5b99950b9f5a83dec492486 (patch)
tree25cc6395250c076325c11e930d0e8985a6c48ad3 /misc/gaim-guifications/Makefile
parentUpdate to 2.36. (diff)
- Update to 2.10
- Do not build with -g3 PR: ports/80102 Submitted by: ports@c0decafe.net (maintainer) Approved by: adamw (mentor)
Notes
Notes: svn path=/head/; revision=133755
Diffstat (limited to 'misc/gaim-guifications/Makefile')
-rw-r--r--misc/gaim-guifications/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/gaim-guifications/Makefile b/misc/gaim-guifications/Makefile
index 340731730816..7af5826f3462 100644
--- a/misc/gaim-guifications/Makefile
+++ b/misc/gaim-guifications/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= guifications
-PORTVERSION= 2.9
-PORTREVISION= 5
+PORTVERSION= 2.10
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -39,5 +38,6 @@ post-extract:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-e 's#\([@(]\)GAIM_LIBDIR\([@)]\)#\1libdir\2#' \
-e 's#\([@(]\)GAIM_DATADIR\([@)]\)#\1datadir\2#'
+ @${REINPLACE_CMD} -e 's|-g3||' ${WRKSRC}/configure
.include <bsd.port.mk>