- Switch MASTER_SITES

- Portlint

PR:		ports/97843 (based on)
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
This commit is contained in:
Pav Lucistnik 2006-05-26 18:00:02 +00:00
parent 42f95a12ae
commit ad1cf3804e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=163513
4 changed files with 9 additions and 12 deletions

View File

@ -9,7 +9,8 @@ PORTNAME= wmq3
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= net windowmaker games
MASTER_SITES= http://www.soberart.de/down/
MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \
http://mirror2.unixfreunde.de/
MAINTAINER= ports@FreeBSD.org
COMMENT= Dockapp that query and display information on Quake 3 servers
@ -21,14 +22,11 @@ USE_GMAKE= yes
USE_X_PREFIX= yes
USE_XPM= yes
SUB_FILES= pkg-message
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/wmq3 ${PREFIX}/bin
@${MKDIR} ${PREFIX}/share/examples/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/wmq3rc \
${PREFIX}/share/examples/${PORTNAME}
post-install:
@${SED} 's|%%EXAMPLEDIR%%|${PREFIX}/share/examples/${PORTNAME}|' \
${PKGMESSAGE}
@${MKDIR} ${EXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/wmq3rc ${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -1,5 +1,5 @@
==> Example configuration file has been installed to
==> %%EXAMPLEDIR%%/wmq3rc
==> %%EXAMPLESDIR%%/wmq3rc
==> Edit and copy it to ~/.wmq3rc

View File

@ -1,5 +1,4 @@
wmq3 queries Quake 3 servers and display information such as what is the
current map and how many people are currently playing.
WWW: http://www.scriptgott.com/
Author: Sober <sober@scriptgott.com>

View File

@ -1,3 +1,3 @@
bin/wmq3
share/examples/wmq3/wmq3rc
@dirrm share/examples/wmq3
%%EXAMPLESDIR%%/wmq3rc
@dirrm %%EXAMPLESDIR%%