diff options
author | Michael Landin <mich@FreeBSD.org> | 2006-05-24 08:29:07 +0000 |
---|---|---|
committer | Michael Landin <mich@FreeBSD.org> | 2006-05-24 08:29:07 +0000 |
commit | 09315c8a2355e8b3320de18624556e5c3da633e1 (patch) | |
tree | 7a7f85b22384927d14e8c98aa9dea4b57ecf2df8 /games/nibbles | |
parent | - Don't link pthread libs in non-pthread case (the default case) (diff) |
- Fix MASTER_SITES
PR: 97738
Submitted by: Martin Wilke <freebsd@unixfreunde.de>
Notes
Notes:
svn path=/head/; revision=163246
Diffstat (limited to 'games/nibbles')
-rw-r--r-- | games/nibbles/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/nibbles/Makefile b/games/nibbles/Makefile index be671d761d48..fef2e6eb9bdb 100644 --- a/games/nibbles/Makefile +++ b/games/nibbles/Makefile @@ -9,7 +9,7 @@ PORTNAME= nibbles PORTVERSION= 1.2 CATEGORIES= games -MASTER_SITES= http://download.nmee.net/nibbles/ +MASTER_SITES= http://freebsd.unixfreunde.de/sources/ MAINTAINER= mich@FreeBSD.org COMMENT= Nibbles is a simple ncurses-based console game |