pkgsrc/pkgtools/compat_headers/Makefile
rodent b0587df2a1 Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

23 lines
474 B
Makefile

# $NetBSD: Makefile,v 1.8 2013/04/06 03:45:21 rodent Exp $
DISTNAME= compat_headers-0.2
CATEGORIES= pkgtools
MASTER_SITES= # empty
DISTFILES= # empty
MAINTAINER= pkgsrc-users@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
PLIST_SRC+= ${WRKSRC}/PLIST
do-extract:
cp -R ${FILESDIR} ${WRKSRC}
.include "../../mk/bsd.pkg.mk"