From b50dc5c75c65cf0b9629a6b09ee47a001ac8d6e4 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Mon, 15 Mar 1999 01:35:06 +0000 Subject: Update to version 2.2b. PR: 10292 Submitted by: Gianmarco Giovannelli Reviewed by: maintainer --- games/qstat/Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'games/qstat/Makefile') diff --git a/games/qstat/Makefile b/games/qstat/Makefile index 00fe582e9e44..ac234e5b5e3e 100644 --- a/games/qstat/Makefile +++ b/games/qstat/Makefile @@ -1,13 +1,13 @@ # New ports collection makefile for: qstat -# Version required: 2.0b +# Version required: 2.2b # Date created: 28 May 1998 # Whom: Daniel O'Connor # -# $Id: Makefile,v 1.1.1.1 1998/08/09 01:04:55 steve Exp $ +# $Id: Makefile,v 1.1.1.1 1998/08/17 00:28:24 steve Exp $ # -DISTNAME= qstat20b -PKGNAME= qstat-2.0b +DISTNAME= qstat22b +PKGNAME= qstat-2.2b CATEGORIES= misc MASTER_SITES= ftp://ftp.activesw.com/pub/quake/ @@ -15,5 +15,13 @@ MAINTAINER= darius@dons.net.au do-install: ${INSTALL_PROGRAM} ${WRKSRC}/qstat ${PREFIX}/bin +.if !defined(NOPORTDOCS) + @${ECHO_MSG} "" + @${ECHO_MSG} "Installing documents in ${PREFIX}/share/doc/qstat" + @${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 +.endif .include -- cgit v1.2.3