diff options
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> |