aboutsummaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:18:40 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-23 14:30:45 +0000
commitbb75f7317b3095d1247a85de7f479dc45a4f08d6 (patch)
tree6907a3f381a7db5a9ec8048e676b7ab14f09342f /net
parent8e14b46fd525b3bea17be827b09b38f37d500b88 (diff)
downloadports-bb75f7317b3095d1247a85de7f479dc45a4f08d6.tar.gz
ports-bb75f7317b3095d1247a85de7f479dc45a4f08d6.zip
net/vnstat: Cosmetic change
Diffstat (limited to 'net')
-rw-r--r--net/vnstat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/vnstat/Makefile b/net/vnstat/Makefile
index 90a3bc355c0c..d9f31eb69da5 100644
--- a/net/vnstat/Makefile
+++ b/net/vnstat/Makefile
@@ -16,7 +16,7 @@ USES= localbase sqlite
CONFIGURE_ARGS= --disable-extra-paths
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
+GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-exec install-man
USE_RC_SUBR= vnstat
@@ -36,11 +36,11 @@ GUI_DESC= Build with graphics/gd dependency
GUI_CONFIGURE_OFF= --disable-image-output
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:
@${MKDIR} ${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>