diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 17:28:40 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-11-04 17:28:40 +0000 |
commit | 856ca2ff0c2814f080648f732ec68fe52f6a7312 (patch) | |
tree | 883b17d928c3c4a38258cae48ea086379931e91f /x11-fm | |
parent | 3f47cb73d55bba06c22abd88e1a1fa64f7c6ca25 (diff) | |
download | ports-856ca2ff0c2814f080648f732ec68fe52f6a7312.tar.gz ports-856ca2ff0c2814f080648f732ec68fe52f6a7312.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/gentoo/Makefile | 14 | ||||
-rw-r--r-- | x11-fm/gentoo/distinfo | 4 |
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 |