Skip to content

Commit a5a77ab

Browse files
committed
miniflux: install man page. Ride import.
1 parent 91c12a0 commit a5a77ab

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

www/miniflux/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.1 2025/10/05 20:33:45 wiz Exp $
1+
# $NetBSD: Makefile,v 1.2 2025/10/05 20:41:43 wiz Exp $
22

33
DISTNAME= miniflux-2.2.13
44
CATEGORIES= www
@@ -13,6 +13,11 @@ LICENSE= apache-2.0
1313

1414
USE_LANGUAGES= c
1515

16+
INSTALLATION_DIRS+= ${PKGMANDIR}/man1
17+
18+
post-install:
19+
${INSTALL_DATA} ${WRKSRC}/miniflux.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
20+
1621
.include "go-modules.mk"
1722
.include "../../lang/go/go-module.mk"
1823
.include "../../mk/bsd.pkg.mk"

www/miniflux/PLIST

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
@comment $NetBSD: PLIST,v 1.1 2025/10/05 20:33:45 wiz Exp $
1+
@comment $NetBSD: PLIST,v 1.2 2025/10/05 20:41:43 wiz Exp $
22
bin/miniflux.app
3+
man/man1/miniflux.1

0 commit comments

Comments
 (0)