mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 17:46:38 -04:00
net/vnstat: Cosmetic change
This commit is contained in:
parent
8e14b46fd5
commit
bb75f7317b
1 changed files with 4 additions and 4 deletions
|
@ -16,7 +16,7 @@ USES= localbase sqlite
|
||||||
|
|
||||||
CONFIGURE_ARGS= --disable-extra-paths
|
CONFIGURE_ARGS= --disable-extra-paths
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
INSTALL_TARGET= install-exec install-man
|
INSTALL_TARGET= install-exec install-man
|
||||||
USE_RC_SUBR= vnstat
|
USE_RC_SUBR= vnstat
|
||||||
|
|
||||||
|
@ -36,11 +36,11 @@ GUI_DESC= Build with graphics/gd dependency
|
||||||
GUI_CONFIGURE_OFF= --disable-image-output
|
GUI_CONFIGURE_OFF= --disable-image-output
|
||||||
GUI_LIB_DEPENDS= libgd.so:graphics/gd
|
GUI_LIB_DEPENDS= libgd.so:graphics/gd
|
||||||
|
|
||||||
post-install:
|
|
||||||
${INSTALL_DATA} ${WRKSRC}/cfg/vnstat.conf ${STAGEDIR}${PREFIX}/etc/vnstat.conf.sample
|
|
||||||
|
|
||||||
do-install-DOCS-on:
|
do-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
@cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
||||||
|
|
||||||
|
post-install:
|
||||||
|
${INSTALL_DATA} ${WRKSRC}/cfg/vnstat.conf ${STAGEDIR}${PREFIX}/etc/vnstat.conf.sample
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue