diff options
author | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2009-05-02 16:21:43 +0000 |
commit | e687d0344c0a78af0e5739815ab5df07c923a98f (patch) | |
tree | 2319be5aa37823896621deeeb9dfec36069a9eca /mail/sylpheed/Makefile | |
parent | f99e681dd58f6955436406d8b17c6e75e31084fc (diff) | |
download | pkgsrc-e687d0344c0a78af0e5739815ab5df07c923a98f.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 'mail/sylpheed/Makefile')
-rw-r--r-- | mail/sylpheed/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index f818638dc9d..79233a6c4b5 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.114 2008/12/23 22:45:00 ahoka Exp $ +# $NetBSD: Makefile,v 1.115 2009/05/02 16:21:44 reed Exp $ DISTNAME= sylpheed-2.6.0 CATEGORIES= mail news x11 @@ -12,6 +12,8 @@ COMMENT= X based e-mail and netnews client PKG_DESTDIR_SUPPORT= user-destdir CONFLICTS= sylpheed-claws-[0-9]* +PREV_PKGPATH= mail/sylpheed-devel + USE_DIRS+= xdg-1.4 USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |