summaryrefslogtreecommitdiff
path: root/games/qstat/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-03-15 01:35:06 +0000
committerSteve Price <steve@FreeBSD.org>1999-03-15 01:35:06 +0000
commitb50dc5c75c65cf0b9629a6b09ee47a001ac8d6e4 (patch)
treed79ec663a08b4591f00fda3a0d677dc5af93f243 /games/qstat/Makefile
parentUpdate to version 0.62. (diff)
Update to version 2.2b.
PR: 10292 Submitted by: Gianmarco Giovannelli <gmarco@giovannelli.it> Reviewed by: maintainer
Notes
Notes: svn path=/head/; revision=17196
Diffstat (limited to 'games/qstat/Makefile')
-rw-r--r--games/qstat/Makefile16
1 files changed, 12 insertions, 4 deletions
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 <darius@dons.net.au>
#
-# $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 <bsd.port.mk>