summaryrefslogtreecommitdiff
path: root/games/qstat/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-09 05:54:54 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-09 05:54:54 +0000
commita140ce48f86777f2a78597a0a5355794d7247887 (patch)
tree6b0c27b2608c377ca2af75af605dc4099259fceb /games/qstat/Makefile
parentRemove patch file not longer needed (diff)
o Update to 2.4.d
o Unecho commands on Makefile PR: 29557 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=46003
Diffstat (limited to 'games/qstat/Makefile')
-rw-r--r--games/qstat/Makefile15
1 files changed, 9 insertions, 6 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 <bsd.port.mk>