We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c12a0 commit a5a77abCopy full SHA for a5a77ab
2 files changed
www/miniflux/Makefile
@@ -1,4 +1,4 @@
1
-# $NetBSD: Makefile,v 1.1 2025/10/05 20:33:45 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2025/10/05 20:41:43 wiz Exp $
2
3
DISTNAME= miniflux-2.2.13
4
CATEGORIES= www
@@ -13,6 +13,11 @@ LICENSE= apache-2.0
13
14
USE_LANGUAGES= c
15
16
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
17
+
18
+post-install:
19
+ ${INSTALL_DATA} ${WRKSRC}/miniflux.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
20
21
.include "go-modules.mk"
22
.include "../../lang/go/go-module.mk"
23
.include "../../mk/bsd.pkg.mk"
www/miniflux/PLIST
@@ -1,2 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2025/10/05 20:33:45 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2025/10/05 20:41:43 wiz Exp $
bin/miniflux.app
+man/man1/miniflux.1
0 commit comments