pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/miniflux
Module Name: pkgsrc
Committed By: wiz
Date: Sun Oct 5 20:41:43 UTC 2025
Modified Files:
pkgsrc/www/miniflux: Makefile PLIST
Log Message:
miniflux: install man page. Ride import.
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/www/miniflux/Makefile \
pkgsrc/www/miniflux/PLIST
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/miniflux/Makefile
diff -u pkgsrc/www/miniflux/Makefile:1.1 pkgsrc/www/miniflux/Makefile:1.2
--- pkgsrc/www/miniflux/Makefile:1.1 Sun Oct 5 20:33:45 2025
+++ pkgsrc/www/miniflux/Makefile Sun Oct 5 20:41:43 2025
@@ -1,4 +1,4 @@
-# $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 $
DISTNAME= miniflux-2.2.13
CATEGORIES= www
@@ -13,6 +13,11 @@ LICENSE= apache-2.0
USE_LANGUAGES= c
+INSTALLATION_DIRS+= ${PKGMANDIR}/man1
+
+post-install:
+ ${INSTALL_DATA} ${WRKSRC}/miniflux.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
+
.include "go-modules.mk"
.include "../../lang/go/go-module.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/miniflux/PLIST
diff -u pkgsrc/www/miniflux/PLIST:1.1 pkgsrc/www/miniflux/PLIST:1.2
--- pkgsrc/www/miniflux/PLIST:1.1 Sun Oct 5 20:33:45 2025
+++ pkgsrc/www/miniflux/PLIST Sun Oct 5 20:41:43 2025
@@ -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
Home |
Main Index |
Thread Index |
Old Index