- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB - Cleanup plist Approved by: portmgr blanket
This commit is contained in:
parent
a07ecece31
commit
2c04957db1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=370675
@ -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:
|
||||
|
@ -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%%
|
||||
|
Loading…
Reference in New Issue
Block a user