Skip to content

Commit

Permalink
devel/cvschk: 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 436a9ac commit e31f732
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/cvschk/Makefile
@@ -1,5 +1,6 @@
PORTNAME= cvschk
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= LOCAL/mandree/ \
# http://cvs.sslug.dk/cvs2html/utils/
Expand All @@ -18,14 +19,14 @@ USE_PERL5= run
NO_BUILD= yes
NO_WRKSUBDIR= yes

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

do-configure:
${SED} -e "s,^#!/usr/bin/perl -w,#! ${PERL} -w," \
<${DISTDIR}/${DISTNAME} >${WRKSRC}/${DISTNAME}

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

.include <bsd.port.mk>

0 comments on commit e31f732

Please sign in to comment.