pkgsrc/pkgtools/compat_headers/Makefile
reed e5e9ad0a4c 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.
2009-05-02 16:21:43 +00:00

24 lines
497 B
Makefile

# $NetBSD: Makefile,v 1.5 2009/05/02 16:21:45 reed Exp $
DISTNAME= compat_headers-0.2
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= tnn@NetBSD.org
HOMEPAGE= http://www.pkgsrc.org/
COMMENT= compatibility headers
PREV_PKGPATH= pkgtools/posix_headers
SUPERSEDES= posix_headers-[0-9]*
CHECK_PERMS= no
GNU_CONFIGURE= yes
PKG_DESTDIR_SUPPORT= user-destdir
PLIST_SRC+= ${WRKSRC}/PLIST
do-extract:
cp -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"