diff options
author | krion <krion@FreeBSD.org> | 2003-07-31 10:34:33 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-07-31 10:34:33 +0000 |
commit | 3e02042952a4c04c32990143fa5838d5ce1ec100 (patch) | |
tree | 50f6693fc7b74ffb06e4e949f6790ae51e651fc7 /games/wmqstat | |
parent | 2741aef22323505b3548726ab95cd435b0b70fe6 (diff) | |
download | FreeBSD-ports-3e02042952a4c04c32990143fa5838d5ce1ec100.zip FreeBSD-ports-3e02042952a4c04c32990143fa5838d5ce1ec100.tar.gz |
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)
Diffstat (limited to 'games/wmqstat')
-rw-r--r-- | games/wmqstat/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/wmqstat/Makefile b/games/wmqstat/Makefile index a92d858..126b8ae 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> |