diff options
Diffstat (limited to 'sysutils/gcombust/Makefile')
-rw-r--r-- | sysutils/gcombust/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/gcombust/Makefile b/sysutils/gcombust/Makefile index 6a5781cb92e8..daf13750a944 100644 --- a/sysutils/gcombust/Makefile +++ b/sysutils/gcombust/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gcombust -PORTVERSION= 0.1.37 +PORTVERSION= 0.1.41 CATEGORIES= sysutils MASTER_SITES= http://www.abo.fi/~jmunsin/gcombust/ @@ -27,6 +27,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure + @${PERL} -pi -e 's|==|=|g' ${WRKSRC}/po/Makefile.in.in post-configure: cd ${WRKSRC}/po && ${MAKE} update-po |