diff options
author | jhale <jhale@FreeBSD.org> | 2014-10-12 06:15:53 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2014-10-12 06:15:53 +0800 |
commit | e8f88371496d0efed8a5182039dafe86bd589e66 (patch) | |
tree | 902d0076e54e9fd767523682c5e87c1b5bee00f5 /misc/lifelines | |
parent | 673465a55bccfd03b044bc2a826450451b7bcfe3 (diff) | |
download | freebsd-ports-gnome-e8f88371496d0efed8a5182039dafe86bd589e66.tar.gz freebsd-ports-gnome-e8f88371496d0efed8a5182039dafe86bd589e66.tar.zst freebsd-ports-gnome-e8f88371496d0efed8a5182039dafe86bd589e66.zip |
- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist
Approved by: portmgr blanket
Diffstat (limited to 'misc/lifelines')
-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%% |