mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stagify.
Approved by: portmgr@
This commit is contained in:
parent
aa08e9115d
commit
a5d7c081d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358539
@ -14,12 +14,6 @@ USE_RC_SUBR= ipacctd
|
||||
|
||||
MAKE_ENV+= BINDIR="${PREFIX}/sbin"
|
||||
|
||||
MAN8= ipacctd.8
|
||||
MANLANG= "" ru.KOI8-R
|
||||
MANCOMPRESSED= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
@ -29,8 +23,8 @@ post-extract:
|
||||
|
||||
post-install:
|
||||
.if ${PORT_OPTIONS:MDOCS}
|
||||
@${MKDIR} ${DOCSDIR}/ru
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${DOCSDIR}/ru
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}/ru
|
||||
@${INSTALL_DATA} ${WRKSRC}/README.ipacctd ${STAGEDIR}${DOCSDIR}/ru
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,5 @@
|
||||
man/man8/ipacctd.8.gz
|
||||
man/ru.KOI8-R/man8/ipacctd.8.gz
|
||||
sbin/ipacctd
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ru/README.ipacctd
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%/ru
|
||||
|
Loading…
Reference in New Issue
Block a user