mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
Use stage
This commit is contained in:
parent
bd22d04bd1
commit
083aec2784
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=327933
@ -10,12 +10,10 @@ COMMENT= Display file system space usage using graph and colors
|
||||
|
||||
LICENSE= BSD
|
||||
|
||||
OPTIONS_DEFINE= NLS
|
||||
OPTIONS_DEFINE= NLS DOCS
|
||||
|
||||
USES= cmake
|
||||
CMAKE_ARGS+= -DMAN_PATH=${MANPREFIX}/man -DDFC_DOC_PATH=${DOCSDIR}
|
||||
MANLANG= "" fr
|
||||
MAN1= dfc.1
|
||||
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
@ -23,5 +21,4 @@ NLS_USES= gettext
|
||||
NLS_CMAKE_ON= -DNLS_ENABLED=true
|
||||
NLS_CMAKE_OFF= -DNLS_ENABLED=false
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,13 +1,15 @@
|
||||
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
||||
%%PORTDOCS%%%%DOCSDIR%%/HACKING
|
||||
%%PORTDOCS%%%%DOCSDIR%%/LICENSE
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%%%DOCSDIR%%/TRANSLATORS
|
||||
bin/dfc
|
||||
etc/xdg/dfc/dfcrc
|
||||
etc/xdg/dfc/fr/dfcrc
|
||||
bin/dfc
|
||||
%%DOCSDIR%%/AUTHORS
|
||||
%%DOCSDIR%%/HACKING
|
||||
%%DOCSDIR%%/LICENSE
|
||||
%%DOCSDIR%%/README
|
||||
%%DOCSDIR%%/TRANSLATORS
|
||||
man/fr/man1/dfc.1.gz
|
||||
man/man1/dfc.1.gz
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/dfc.mo
|
||||
@dirrmtry %%DOCSDIR%%/
|
||||
%%PORTDOCS%%@dirrmtry %%DOCSDIR%%
|
||||
@dirrmtry man/fr/man1
|
||||
@dirrmtry man/fr
|
||||
@dirrmtry etc/xdg/dfc/fr
|
||||
|
Loading…
Reference in New Issue
Block a user