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,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…
x
Reference in New Issue
Block a user