diff options
author | marino <marino@pkgsrc.org> | 2012-05-19 15:03:56 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-19 15:03:56 +0000 |
commit | 8c77835739599d366a38deb8042f19515854f756 (patch) | |
tree | ec34715f3a99d9babd2dc7d9ed7427b3ae851cf4 /games | |
parent | 525d23c335c47a76f8486b2610668f06baeeb681 (diff) | |
download | pkgsrc-8c77835739599d366a38deb8042f19515854f756.tar.gz |
games/ultima4-data: Mark NOT-FOR-DRAGONFLY
Source unavailable, see policy:
<http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html>
Note: This is a manual fetch which is considered "available", but in
this case, the file is no longer at the indicated location.
Diffstat (limited to 'games')
-rw-r--r-- | games/ultima4-data/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/games/ultima4-data/Makefile b/games/ultima4-data/Makefile index d38aa223de7..64a1e14db6f 100644 --- a/games/ultima4-data/Makefile +++ b/games/ultima4-data/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2012/01/08 15:52:52 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/05/19 15:03:56 marino Exp $ # DISTNAME= UltimaIV @@ -23,6 +23,12 @@ NO_SRC_ON_CDROM=${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} + +# Despite the fetch message, UltimaIV.zip is no longer available at +# the indicated site, www.ultimaforver.com +# http://leaf.dragonflybsd.org/mailarchive/users/2012-05/msg00066.html +NOT_FOR_PLATFORM+= DragonFly-*-* + FETCH_MESSAGE+= "The file ${DISTNAME}${EXTRACT_SUFX} must be downloaded manually from:" FETCH_MESSAGE+= " ${HOMEPAGE}" FETCH_MESSAGE+= "and saved to:" |