summaryrefslogtreecommitdiff
path: root/games/wmqstat
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-07-31 10:34:33 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-07-31 10:34:33 +0000
commit8d050c2a53eed15e0f4980a70545cd9566d65538 (patch)
treeb55ccb23be3e4e06f33abd058e88c146ef69b90a /games/wmqstat
parentMake up to mention the needing of VFS_AIO to use VMWare properly. (diff)
Add missing MASTER_SITE_SUBDIR
Remove temporary distfile location Fix couple of ${INSTALL_PROGRAM}'s PR: 55103 Submitted by: maintainer Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86042
Diffstat (limited to 'games/wmqstat')
-rw-r--r--games/wmqstat/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile
index a92d85813359..126b8aec1063 100644
--- a/games/wmqstat/Makefile
+++ b/games/wmqstat/Makefile
@@ -8,8 +8,8 @@
PORTNAME= wmqstat
PORTVERSION= 0.0.2
CATEGORIES= games windowmaker
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
- http://freebsd.nsu.ru/distfiles/
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= danfe@regency.nsu.ru
COMMENT= A dockapp for monitoring of various Internet game servers
@@ -20,11 +20,11 @@ USE_X_PREFIX= yes
USE_XPM= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
- @${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>