aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-11-05 01:28:40 +0800
committerpav <pav@FreeBSD.org>2004-11-05 01:28:40 +0800
commit5387dec57010952cf689602a7e6dce02bebc9fb0 (patch)
tree00d00a9cb1154454b4185f4f6fcc1da55d209cdf /x11-fm
parentf22655a14d4f02e59365a351791d71ffd6ecb7b7 (diff)
downloadfreebsd-ports-graphics-5387dec57010952cf689602a7e6dce02bebc9fb0.tar.gz
freebsd-ports-graphics-5387dec57010952cf689602a7e6dce02bebc9fb0.tar.zst
freebsd-ports-graphics-5387dec57010952cf689602a7e6dce02bebc9fb0.zip
- Update to 0.11.52
PR: ports/73478 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'x11-fm')
-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 2d9cef3aabb..b9c577b7410 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 8743b831345..6fd97c301f5 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