Skip to content

Commit

Permalink
sysutils/copytape: 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 25, 2024
1 parent 3706911 commit a034f5a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions sysutils/copytape/Makefile
@@ -1,5 +1,6 @@
PORTNAME= copytape
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= COMP_SOURCES/unix/volume10
DISTNAME= copytape
Expand All @@ -22,12 +23,12 @@ MAKE_ARGS+= CC="${CC} ${CFLAGS}"
ALL_TARGET= copytape

PLIST_FILES= bin/copytape \
man/man1/copytape.1.gz \
man/man5/copytape.5.gz
share/man/man1/copytape.1.gz \
share/man/man5/copytape.5.gz

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

.include <bsd.port.mk>

0 comments on commit a034f5a

Please sign in to comment.