diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-20 12:50:52 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-04-20 12:50:52 +0000 |
commit | 03636aa0b841dee0e5b99950b9f5a83dec492486 (patch) | |
tree | 25cc6395250c076325c11e930d0e8985a6c48ad3 /net-im/gaim-guifications/Makefile | |
parent | fa380103d43b7154b1704cc39e2e6e5f7a1db5c8 (diff) | |
download | ports-03636aa0b841dee0e5b99950b9f5a83dec492486.tar.gz ports-03636aa0b841dee0e5b99950b9f5a83dec492486.zip |
- 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 'net-im/gaim-guifications/Makefile')
-rw-r--r-- | net-im/gaim-guifications/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-im/gaim-guifications/Makefile b/net-im/gaim-guifications/Makefile index 340731730816..7af5826f3462 100644 --- a/net-im/gaim-guifications/Makefile +++ b/net-im/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> |