aboutsummaryrefslogtreecommitdiff
path: root/www/amyc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/amyc/Makefile')
-rw-r--r--www/amyc/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/amyc/Makefile b/www/amyc/Makefile
index c3341059fd70..d5c0841d8777 100644
--- a/www/amyc/Makefile
+++ b/www/amyc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= amyc
PORTVERSION= 0.9.159
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.crevola.com/about/current/
@@ -26,8 +27,13 @@ WANT_GTK= yes
.if defined(HAVE_GTK)
PLIST_SUB= WITH_GTK=""
+USE_GTK= yes
.else
PLIST_SUB= WITH_GTK="@comment "
.endif
+post-patch:
+ @${PERL} -pi -e 's!\(datadir\)/locale!(prefix)/share/locale!' \
+ ${WRKSRC}/po/Makefile.in.in
+
.include <bsd.port.post.mk>