pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/editors/hexer



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Jul 12 22:45:34 UTC 2021

Modified Files:
        pkgsrc/editors/hexer: Makefile PLIST

Log Message:
hexer: Install man page to correct directory


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/editors/hexer/Makefile \
    pkgsrc/editors/hexer/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/editors/hexer/Makefile
diff -u pkgsrc/editors/hexer/Makefile:1.1 pkgsrc/editors/hexer/Makefile:1.2
--- pkgsrc/editors/hexer/Makefile:1.1   Sat Dec 12 13:32:51 2020
+++ pkgsrc/editors/hexer/Makefile       Mon Jul 12 22:45:34 2021
@@ -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 @@ HOMEPAGE=      https://devel.ringlet.net/edit
 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"
Index: pkgsrc/editors/hexer/PLIST
diff -u pkgsrc/editors/hexer/PLIST:1.1 pkgsrc/editors/hexer/PLIST:1.2
--- pkgsrc/editors/hexer/PLIST:1.1      Sat Dec 12 13:32:51 2020
+++ pkgsrc/editors/hexer/PLIST  Mon Jul 12 22:45:34 2021
@@ -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