Date: Sat, 11 Oct 2014 22:15:54 +0000 (UTC) From: "Jason E. Hale" <jhale@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r370675 - head/misc/lifelines Message-ID: <201410112215.s9BMFs93022253@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: jhale Date: Sat Oct 11 22:15:53 2014 New Revision: 370675 URL: https://svnweb.freebsd.org/changeset/ports/370675 QAT: https://qat.redports.org/buildarchive/r370675/ Log: - Convert USE_BZIP2 to USES - Use OPTIONS_SUB - Cleanup plist Approved by: portmgr blanket Modified: head/misc/lifelines/Makefile head/misc/lifelines/pkg-plist Modified: head/misc/lifelines/Makefile ============================================================================== --- head/misc/lifelines/Makefile Sat Oct 11 22:11:01 2014 (r370674) +++ head/misc/lifelines/Makefile Sat Oct 11 22:15:53 2014 (r370675) @@ -10,18 +10,17 @@ MAINTAINER= matt@gsicomp.on.ca COMMENT= Advanced genealogical system GNU_CONFIGURE= yes -USE_BZIP2= yes -USES= bison iconv +USES= bison iconv tar:bzip2 OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes .include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} USES+= gettext -PLIST_SUB+= NLS="" .else CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " .endif post-patch: Modified: head/misc/lifelines/pkg-plist ============================================================================== --- head/misc/lifelines/pkg-plist Sat Oct 11 22:11:01 2014 (r370674) +++ head/misc/lifelines/pkg-plist Sat Oct 11 22:15:53 2014 (r370675) @@ -274,11 +274,3 @@ man/man1/llines.1.gz %%NLS%%share/locale/pl/LC_MESSAGES/lifelines.mo %%NLS%%share/locale/rw/LC_MESSAGES/lifelines.mo %%NLS%%share/locale/sv/LC_MESSAGES/lifelines.mo -%%NLS%%@dirrmtry share/locale/el/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/el -%%NLS%%@dirrmtry share/locale/pl/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/pl -%%NLS%%@dirrmtry share/locale/rw/LC_MESSAGES -%%NLS%%@dirrmtry share/locale/rw -@dirrm %%DATADIR%% -%%PORTDOCS%%@dirrm %%DOCSDIR%%
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410112215.s9BMFs93022253>