1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-17 19:39:43 +00:00

misc/owrep: Moved man to share/man

Approved by:    portmgr (blanket)
This commit is contained in:
Muhammad Moinur Rahman 2024-02-24 21:28:02 +01:00
parent 6439704943
commit 0622157001
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
PORTNAME= owrep
DISTVERSION= 1.2
PORTREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.ml1.org.uk/distfiles/ \
http://www.ancientgeek.org.uk/distfiles/
@ -20,8 +21,8 @@ post-patch:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/owrep ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/man/man5
${INSTALL_MAN} ${WRKSRC}/owrep.1 ${STAGEDIR}${PREFIX}/share/man/man1
${INSTALL_MAN} ${WRKSRC}/owrep.conf.5 ${STAGEDIR}${PREFIX}/share/man/man5
${INSTALL_DATA} ${WRKSRC}/owrep.conf.sample ${STAGEDIR}${PREFIX}/etc
.include <bsd.port.mk>

View File

@ -1,4 +1,4 @@
bin/owrep
@sample etc/owrep.conf.sample
man/man1/owrep.1.gz
man/man5/owrep.conf.5.gz
share/man/man1/owrep.1.gz
share/man/man5/owrep.conf.5.gz