Skip to content

Commit

Permalink
devel/tclcheck: Moved man to share/man
Browse files Browse the repository at this point in the history
Approved by:    portmgr (blanket)
  • Loading branch information
5u623l20 committed Feb 23, 2024
1 parent a9b0a7c commit 174212c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions devel/tclcheck/Makefile
@@ -1,5 +1,6 @@
PORTNAME= tclcheck
DISTVERSION= 1.1.14
PORTREVISION= 1
CATEGORIES= devel

MAINTAINER= tcltk@FreeBSD.org
Expand All @@ -22,13 +23,13 @@ GL_TAGNAME= 9de3e5b12c5f453137305377344cb1d1c848e75e
OPTIONS_DEFINE= DOCS

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

PORTDOCS= README README.md

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

post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
Expand Down

0 comments on commit 174212c

Please sign in to comment.