mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
sysutils/timelimit: Use INSTALL_MAN instead of INSTALL_DATA for manpage
- Bump PORTREVISION for package change
This commit is contained in:
parent
064ddfdc60
commit
553ed69ab4
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
PORTNAME= timelimit
|
||||
PORTVERSION= 1.9.2
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= https://devel.ringlet.net/files/sys/timelimit/ \
|
||||
LOCAL/sunpoet
|
||||
|
@ -18,6 +19,6 @@ CONFLICTS_INSTALL= netpipes # bin/timelimit
|
|||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/timelimit ${STAGEDIR}${PREFIX}/bin/
|
||||
${INSTALL_DATA} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
${INSTALL_MAN} ${WRKSRC}/timelimit.1 ${STAGEDIR}${PREFIX}/share/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue