Skip to content

Commit

Permalink
devel/deheader: Move man pages to share/man
Browse files Browse the repository at this point in the history
Approved by:	portmgr (blanket)
  • Loading branch information
nunotexbsd committed Mar 5, 2024
1 parent e31f732 commit 5e7b02c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/deheader/Makefile
@@ -1,5 +1,6 @@
PORTNAME= deheader
PORTVERSION= 1.6
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= gahr@FreeBSD.org
Expand All @@ -19,10 +20,10 @@ USE_GITLAB= yes
GL_ACCOUNT= esr
GL_TAGNAME= b408c9013f4e1d917cc12f06edda4e1782e64888

PLIST_FILES= bin/deheader man/man1/deheader.1.gz
PLIST_FILES= bin/deheader share/man/man1/deheader.1.gz

do-install:
${INSTALL_SCRIPT} ${WRKSRC}/deheader ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/deheader.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/deheader.1 ${STAGEDIR}${PREFIX}/share/man/man1

.include <bsd.port.mk>

0 comments on commit 5e7b02c

Please sign in to comment.