From a140ce48f86777f2a78597a0a5355794d7247887 Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Thu, 9 Aug 2001 05:54:54 +0000 Subject: o Update to 2.4.d o Unecho commands on Makefile PR: 29557 Submitted by: MAINTAINER --- games/qstat/Makefile | 15 +++++++++------ games/qstat/distinfo | 2 +- games/qstat/pkg-plist | 16 ++++++++++++++++ 3 files changed, 26 insertions(+), 7 deletions(-) diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 774aea548090..cc86f8c1ef78 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -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 diff --git a/games/qstat/distinfo b/games/qstat/distinfo index 43ef9697dc1c..7813fd301ef2 100644 --- a/games/qstat/distinfo +++ b/games/qstat/distinfo @@ -1 +1 @@ -MD5 (qstat24c.tar.gz) = ced9809dd0be4d46949b4033a2da5d2f +MD5 (qstat24d.tar.gz) = 2a83088c9df0bf871a76942584ba1245 diff --git a/games/qstat/pkg-plist b/games/qstat/pkg-plist index ba22da629fe9..2e83e932cafa 100644 --- a/games/qstat/pkg-plist +++ b/games/qstat/pkg-plist @@ -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 -- cgit v1.2.3