o Update to 2.4.d
o Unecho commands on Makefile PR: 29557 Submitted by: MAINTAINER
This commit is contained in:
parent
4f3fb49e77
commit
a140ce48f8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=46003
3 changed files with 26 additions and 7 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= qstat
|
||||
PORTVERSION= 2.4.c
|
||||
PORTVERSION= 2.4.d
|
||||
CATEGORIES= games net
|
||||
MASTER_SITES= http://www.qstat.org/
|
||||
DISTNAME= qstat${PORTVERSION:S/.//g}
|
||||
|
@ -14,14 +14,17 @@ DISTNAME= qstat${PORTVERSION:S/.//g}
|
|||
MAINTAINER= pat@databits.net
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat"
|
||||
@${ECHO_MSG} "Installing documents and templates in: \
|
||||
${DOCSDIR}"
|
||||
@${ECHO_MSG} ""
|
||||
${MKDIR} ${PREFIX}/share/doc/qstat
|
||||
${INSTALL_DATA} ${WRKSRC}/qstat.txt ${PREFIX}/share/doc/qstat
|
||||
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${PREFIX}/share/doc/qstat
|
||||
@${MKDIR} ${DOCSDIR}
|
||||
@${MKDIR} ${DOCSDIR}/template
|
||||
@${INSTALL_DATA} ${WRKSRC}/qstat.txt ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/template/* ${DOCSDIR}/template
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (qstat24c.tar.gz) = ced9809dd0be4d46949b4033a2da5d2f
|
||||
MD5 (qstat24d.tar.gz) = 2a83088c9df0bf871a76942584ba1245
|
||||
|
|
|
@ -1,4 +1,20 @@
|
|||
bin/qstat
|
||||
%%PORTDOCS%%share/doc/qstat/qstat.txt
|
||||
%%PORTDOCS%%share/doc/qstat/qstatdoc.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/README.txt
|
||||
%%PORTDOCS%%share/doc/qstat/template/broc.lst
|
||||
%%PORTDOCS%%share/doc/qstat/template/brocTh.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/brocTp.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/brocTs.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/brocTt.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/tribes2th.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/tribes2tp.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/tribes2ts.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/tribes2tt.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/unreal.lst
|
||||
%%PORTDOCS%%share/doc/qstat/template/unrealTh.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/unrealTp.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/unrealTs.html
|
||||
%%PORTDOCS%%share/doc/qstat/template/unrealTt.html
|
||||
%%PORTDOCS%%@dirrm share/doc/qstat/template
|
||||
%%PORTDOCS%%@dirrm share/doc/qstat
|
||||
|
|
Loading…
Reference in a new issue