just make pkglint happy
This commit is contained in:
parent
f167c560ed
commit
e4c82a7358
2 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.2 2008/02/10 21:22:23 cheusov Exp $
|
||||
|
||||
.include "../../wip/pkg_cmp_summary/files/Makefile.version"
|
||||
# $NetBSD: Makefile,v 1.3 2008/02/12 19:26:34 cheusov Exp $
|
||||
|
||||
DISTNAME= pkg_cmp_summary-${VERSION}
|
||||
CATEGORIES= pkgtools
|
||||
|
@ -11,6 +9,8 @@ MAINTAINER= cheusov@tut.by
|
|||
HOMEPAGE= http://www.mova.org/~cheusov/
|
||||
COMMENT= Compares two package summary files (pkg_summary.txt format)
|
||||
|
||||
.include "../../wip/pkg_cmp_summary/files/Makefile.version"
|
||||
|
||||
USE_BSD_MAKEFILE= yes
|
||||
|
||||
PKG_INSTALLATION_TYPES= overwrite pkgviews
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.6 2008/02/10 21:33:07 cheusov Exp $
|
||||
|
||||
.include "../../wip/pkg_update_summary/files/Makefile.version"
|
||||
# $NetBSD: Makefile,v 1.7 2008/02/12 19:28:04 cheusov Exp $
|
||||
|
||||
DISTNAME= pkg_update_summary-${VERSION}
|
||||
CATEGORIES= pkgtools
|
||||
|
@ -11,6 +9,8 @@ MAINTAINER= cheusov@tut.by
|
|||
HOMEPAGE= http://www.mova.org/~cheusov/
|
||||
COMMENT= Efficiently updates pkg_summary.gz file
|
||||
|
||||
.include "../../wip/pkg_update_summary/files/Makefile.version"
|
||||
|
||||
USE_BSD_MAKEFILE= yes
|
||||
USE_TOOLS+= gzip:run
|
||||
USE_LANGUAGES= # empty
|
||||
|
|
Loading…
Reference in a new issue