pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/editors/hexer hexer: Install man page to correct direc...
details: https://anonhg.NetBSD.org/pkgsrc/rev/fa20b89bf0b8
branches: trunk
changeset: 455837:fa20b89bf0b8
user: nia <nia%pkgsrc.org@localhost>
date: Mon Jul 12 22:45:34 2021 +0000
description:
hexer: Install man page to correct directory
diffstat:
editors/hexer/Makefile | 5 +++--
editors/hexer/PLIST | 4 ++--
2 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 09404524cd46 -r fa20b89bf0b8 editors/hexer/Makefile
--- a/editors/hexer/Makefile Mon Jul 12 22:39:59 2021 +0000
+++ b/editors/hexer/Makefile Mon Jul 12 22:45:34 2021 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.1 2020/12/12 13:32:51 nia Exp $
+# $NetBSD: Makefile,v 1.2 2021/07/12 22:45:34 nia Exp $
DISTNAME= hexer-1.0.6
+PKGREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://devel.ringlet.net/files/editors/hexer/
@@ -9,7 +10,7 @@
COMMENT= Vi-like binary editor
LICENSE= hexer-license
-MAKE_ENV+= MANDIR=${PREFIX}/${PKGMANDIR}
+MAKE_FLAGS+= MANDIR=${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/curses.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 09404524cd46 -r fa20b89bf0b8 editors/hexer/PLIST
--- a/editors/hexer/PLIST Mon Jul 12 22:39:59 2021 +0000
+++ b/editors/hexer/PLIST Mon Jul 12 22:45:34 2021 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2020/12/12 13:32:51 nia Exp $
+@comment $NetBSD: PLIST,v 1.2 2021/07/12 22:45:34 nia Exp $
bin/hexer
-man/hexer.1
+man/man1/hexer.1
Home |
Main Index |
Thread Index |
Old Index