aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-fm/gentoo/Makefile14
-rw-r--r--x11-fm/gentoo/distinfo4
2 files changed, 12 insertions, 6 deletions
diff --git a/x11-fm/gentoo/Makefile b/x11-fm/gentoo/Makefile
index 2d9cef3aabb7..b9c577b74103 100644
--- a/x11-fm/gentoo/Makefile
+++ b/x11-fm/gentoo/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gentoo
-PORTVERSION= 0.11.51
+PORTVERSION= 0.11.52
CATEGORIES= x11-fm
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -22,6 +22,11 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
MAN1= gentoo.1
+OPTIONS= NLS "Native Language Support" on \
+ FAM "File Alteration Monitor Support" off
+
+.include <bsd.port.pre.mk>
+
MYPORTDOCS= BUGS CONFIG-CHANGES CREDITS NEWS README README.NLS \
README.gtkrc TODO
@@ -40,8 +45,9 @@ CONFIGURE_ARGS+= --disable-fam
.endif
post-patch:
- @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
- 's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g' \
+ @${FIND} ${WRKSRC} -name "Makefile.in*" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|^CFLAGS = @GENTOO_CFLAGS@|CFLAGS = @CFLAGS@|g ; \
+ s|^mkinstalldirs =.*$$|mkinstalldirs = $$(SHELL) $$(top_srcdir)/mkinstalldirs|g'
post-install:
${INSTALL_MAN} ${WRKSRC}/docs/gentoo.1x ${MANPREFIX}/man/man1/gentoo.1
@@ -57,4 +63,4 @@ post-install:
@${FIND} ${DOCSDIR} -type d | ${XARGS} ${CHMOD} a+x
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>
diff --git a/x11-fm/gentoo/distinfo b/x11-fm/gentoo/distinfo
index 8743b8313451..6fd97c301f5c 100644
--- a/x11-fm/gentoo/distinfo
+++ b/x11-fm/gentoo/distinfo
@@ -1,2 +1,2 @@
-MD5 (gentoo-0.11.51.tar.gz) = e9bcc95dd5c16a607a202cb7b5d2d73a
-SIZE (gentoo-0.11.51.tar.gz) = 1309684
+MD5 (gentoo-0.11.52.tar.gz) = 9a672b15270d43abffc62c3a053dbcbb
+SIZE (gentoo-0.11.52.tar.gz) = 1359240