diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2014-10-11 22:15:53 +0000 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2014-10-11 22:15:53 +0000 |
commit | 2c04957db1c9463b0d0089784157d134c8c34e87 (patch) | |
tree | 902d0076e54e9fd767523682c5e87c1b5bee00f5 /misc | |
parent | a07ecece31959062de349c6ed4b2937d6994d20f (diff) | |
download | ports-2c04957db1c9463b0d0089784157d134c8c34e87.tar.gz ports-2c04957db1c9463b0d0089784157d134c8c34e87.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/lifelines/Makefile | 7 | ||||
-rw-r--r-- | misc/lifelines/pkg-plist | 8 |
2 files changed, 3 insertions, 12 deletions
diff --git a/misc/lifelines/Makefile b/misc/lifelines/Makefile index f9f10559d36e..eb08c95e547a 100644 --- a/misc/lifelines/Makefile +++ b/misc/lifelines/Makefile @@ -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: diff --git a/misc/lifelines/pkg-plist b/misc/lifelines/pkg-plist index 312779394fab..a4cb97938c72 100644 --- a/misc/lifelines/pkg-plist +++ b/misc/lifelines/pkg-plist @@ -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%% |