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 /graphics/py-clutter | |
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 'graphics/py-clutter')
-rw-r--r-- | graphics/py-clutter/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/graphics/py-clutter/Makefile b/graphics/py-clutter/Makefile index a2f868e76b3..505a51a194f 100644 --- a/graphics/py-clutter/Makefile +++ b/graphics/py-clutter/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/04/03 07:55:23 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/02 16:21:44 reed Exp $ # DISTNAME= pyclutter-0.8.2 @@ -13,6 +13,9 @@ COMMENT= Python modules for Clutter toolkit PKG_DESTDIR_SUPPORT= user-destdir +PREV_PKGPATH= graphics/py-pyclutter +SUPERSEDES= ${PYPKGPREFIX}-pyclutter-[0-9]* + GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= gmake pkg-config |