diff options
author | reed <reed> | 2009-05-02 16:21:43 +0000 |
---|---|---|
committer | reed <reed> | 2009-05-02 16:21:43 +0000 |
commit | c5a6076b6f93ca57742faa3b0d24c9f337c1dbc5 (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /games | |
parent | 6bf5eadad3574cdea69692e342a7bb451b7462fc (diff) | |
download | pkgsrc-c5a6076b6f93ca57742faa3b0d24c9f337c1dbc5.tar.gz |
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.
This was for some from 2008 and 2009 and one from 2001.
Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
Diffstat (limited to 'games')
-rw-r--r-- | games/gnome-games/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/gnome-games/Makefile b/games/gnome-games/Makefile index 6af68b4354e..0ae88c2da1d 100644 --- a/games/gnome-games/Makefile +++ b/games/gnome-games/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2009/03/22 19:01:38 wiz Exp $ +# $NetBSD: Makefile,v 1.92 2009/05/02 16:21:44 reed Exp $ DISTNAME= gnome-games-2.26.0 CATEGORIES= games gnome @@ -12,6 +12,7 @@ COMMENT= GNOME2 games collection PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= xbill-[0-9]* +SUPERSEDES= glchess-[0-9]* USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes |