1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

- NOPORTDOCS -> PORT_OPTIONS:MDOCS

- Drop article from COMMENT while here
This commit is contained in:
Alexey Dokuchaev 2013-03-17 16:44:33 +00:00
parent 997f760bc0
commit 52031d635b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=314461
2 changed files with 8 additions and 8 deletions

View File

@ -9,7 +9,7 @@ MASTER_SITE_SUBDIR= source
DISTNAME= ${PORTNAME}
MAINTAINER= danfe@FreeBSD.org
COMMENT= The QuakeC compiler, for building custom games of Quake
COMMENT= QuakeC compiler, for building custom games of Quake
LICENSE= GPLv2

View File

@ -1,9 +1,5 @@
# New ports collection makefile for: QStat
# Date created: 28 May 1998
# Whom: Daniel O'Connor <darius@dons.net.au>
#
# Created by: Daniel O'Connor <darius@dons.net.au>
# $FreeBSD$
#
PORTNAME= qstat
PORTVERSION= 2.11
@ -11,10 +7,14 @@ CATEGORIES= games net
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
MAINTAINER= danfe@FreeBSD.org
COMMENT= A command line program to query game servers on the net
COMMENT= Command-line program to query game servers on the net
GNU_CONFIGURE= yes
OPTIONS_DEFINE= DOCS
.include <bsd.port.options.mk>
post-extract:
@${MV} ${WRKSRC}/qstat.cfg ${WRKSRC}/qstat.cfg.default
@ -24,7 +24,7 @@ post-patch:
@${REINPLACE_CMD} -e 's|OpenBSD|FreeBSD|' ${WRKSRC}/qstat.c
post-install:
.if !defined(NOPORTDOCS)
.if ${PORT_OPTIONS:MDOCS}
@${MKDIR} ${DOCSDIR}/info ${DOCSDIR}/template
${INSTALL_DATA} ${WRKSRC}/qstatdoc.html ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/template/*.html ${WRKSRC}/template/*.txt \