diff options
author | nia <nia@pkgsrc.org> | 2021-07-12 22:45:34 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2021-07-12 22:45:34 +0000 |
commit | fce19d71dc38930b31d33db27da7756ab35a90dc (patch) | |
tree | 972fe27951c33364760571cbdbcfea55dc0a7ac0 /editors/hexer | |
parent | b2e87475498375fe919c8029dc5b59db1dfd8281 (diff) | |
download | pkgsrc-fce19d71dc38930b31d33db27da7756ab35a90dc.tar.gz |
hexer: Install man page to correct directory
Diffstat (limited to 'editors/hexer')
-rw-r--r-- | editors/hexer/Makefile | 5 | ||||
-rw-r--r-- | editors/hexer/PLIST | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/editors/hexer/Makefile b/editors/hexer/Makefile index 56fa16df2fe..12e5420883a 100644 --- a/editors/hexer/Makefile +++ b/editors/hexer/Makefile @@ -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/editors/hexer/ 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 --git a/editors/hexer/PLIST b/editors/hexer/PLIST index 9458d334a85..73b36eafeb5 100644 --- a/editors/hexer/PLIST +++ b/editors/hexer/PLIST @@ -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 |