diff options
author | motoyuki <motoyuki@FreeBSD.org> | 2004-02-17 08:26:58 +0800 |
---|---|---|
committer | motoyuki <motoyuki@FreeBSD.org> | 2004-02-17 08:26:58 +0800 |
commit | 0a8386a7f640f6b86a36b985d8230f6cf9696b8d (patch) | |
tree | 0ceaf4ef1346e74948c4187ed8f87667b9c73f4b /games/xchadance | |
parent | deba66bbf064c807d7f2b9cd3f1001522064fed8 (diff) | |
download | freebsd-ports-gnome-0a8386a7f640f6b86a36b985d8230f6cf9696b8d.tar.gz freebsd-ports-gnome-0a8386a7f640f6b86a36b985d8230f6cf9696b8d.tar.zst freebsd-ports-gnome-0a8386a7f640f6b86a36b985d8230f6cf9696b8d.zip |
Unbreak and take maintainership. MASTER_SITES of this port is my FTP server.
Add MASTER_SITE_LOCAL for safety.
Noticed by: nork
Diffstat (limited to 'games/xchadance')
-rw-r--r-- | games/xchadance/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/games/xchadance/Makefile b/games/xchadance/Makefile index 3cde41f19b6f..639a61a899c0 100644 --- a/games/xchadance/Makefile +++ b/games/xchadance/Makefile @@ -8,10 +8,12 @@ PORTNAME= xchadance PORTVERSION= 1.0 CATEGORIES= games -MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ +MASTER_SITES= ftp://ftp.mk.bsdclub.org/pub/FreeBSD/distfiles/ \ + ${MASTER_SITE_LOCAL} +MASTER_SITE_SUBDIR= motoyuki DISTFILES= xchada01.lzh -MAINTAINER= ports@FreeBSD.org +MAINTAINER= motoyuki@FreeBSD.org COMMENT= Display a dancing girl "ChaCha." BUILD_DEPENDS= lha:${PORTSDIR}/archivers/lha @@ -24,9 +26,6 @@ EXTRACT_CMD= lha EXTRACT_BEFORE_ARGS= e EXTRACT_AFTER_ARGS= -BROKEN= "Unfetchable" -DEPRECATED= "This port will be removed on April 16 if still broken at that time." - RESTRICTED= 'contains commercial character data' post-patch: |