Skip to content

Commit

Permalink
editors/dkns: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Mar 20, 2024
1 parent 2523039 commit fd5550e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion editors/dkns/Makefile
@@ -1,5 +1,6 @@
PORTNAME= dkns
PORTVERSION= 1.100
PORTREVISION= 1
CATEGORIES= editors
MASTER_SITES= https://www.mammothcheese.ca/

Expand All @@ -12,10 +13,11 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= munger:lang/munger

MAKE_ARGS= MANDIR="${STAGEDIR}${PREFIX}/share/man/man1/"
MAKE_ENV= INSTALL_MAN="${INSTALL_MAN}" INSTALL_SCRIPT="${INSTALL_SCRIPT}"
NO_ARCH= yes

PLIST_FILES= bin/dkns \
man/man1/dkns.1.gz
share/man/man1/dkns.1.gz

.include <bsd.port.mk>

0 comments on commit fd5550e

Please sign in to comment.