diff options
author | tnn <tnn> | 2015-09-20 19:18:15 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-09-20 19:18:15 +0000 |
commit | 777283aed025ff92b090c65c36833b632214d2f5 (patch) | |
tree | 4c82c468467bd62a43713c9c1f00c88029c8bd39 /games/xbat | |
parent | ce8a29b5f77eb1e2fbf2a93e513b5f215d4e924f (diff) | |
download | pkgsrc-777283aed025ff92b090c65c36833b632214d2f5.tar.gz |
add backup master site since official one is dead
Diffstat (limited to 'games/xbat')
-rw-r--r-- | games/xbat/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/xbat/Makefile b/games/xbat/Makefile index 9e03c06e238..4bfa9c040ff 100644 --- a/games/xbat/Makefile +++ b/games/xbat/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.15 2012/10/06 11:54:59 asau Exp $ +# $NetBSD: Makefile,v 1.16 2015/09/20 19:18:15 tnn Exp $ DISTNAME= xev111 PKGNAME= xbat-1.11 PKGREVISION= 2 CATEGORIES= games MASTER_SITES= http://www.nemoto.ecei.tohoku.ac.jp/~wai/Xbat/ +MASTER_SITES+= ${MASTER_SITE_FREEBSD} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nemoto.ecei.tohoku.ac.jp/~wai/index_e.html |