Wed Jan 20 23:17:12 2010 UTC ()
I guess actually being OWNER is the only way to get a sensible time to
review patches and complain...


(joerg)
diff -r1.168 -r1.169 pkgsrc/pkgtools/pkg_install/Makefile

cvs diff -r1.168 -r1.169 pkgsrc/pkgtools/pkg_install/Makefile (expand / switch to unified diff)

--- pkgsrc/pkgtools/pkg_install/Makefile 2010/01/20 23:14:23 1.168
+++ pkgsrc/pkgtools/pkg_install/Makefile 2010/01/20 23:17:12 1.169
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.168 2010/01/20 23:14:23 jmmv Exp $ 1# $NetBSD: Makefile,v 1.169 2010/01/20 23:17:12 joerg Exp $
2 2
3# Notes to package maintainers: 3# Notes to package maintainers:
4# 4#
5# Updating this package does not automatically necessitate bumping 5# Updating this package does not automatically necessitate bumping
6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical 6# PKGTOOLS_REQD in bsd.pkg.mk. Do so if and only if there is a critical
7# change in the pkg_* tools that pkgsrc relies on for proper operation. 7# change in the pkg_* tools that pkgsrc relies on for proper operation.
8 8
9DISTNAME= pkg_install-${VERSION} 9DISTNAME= pkg_install-${VERSION}
10CATEGORIES= pkgtools 10CATEGORIES= pkgtools
11MASTER_SITES= # empty 11MASTER_SITES= # empty
12DISTFILES= # empty 12DISTFILES= # empty
13 13
14MAINTAINER= joerg@NetBSD.org 14OWNER= joerg@NetBSD.org
15HOMEPAGE= http://www.pkgsrc.org/ 15HOMEPAGE= http://www.pkgsrc.org/
16COMMENT= Package management and administration tools for pkgsrc 16COMMENT= Package management and administration tools for pkgsrc
17LICENSE= modified-bsd 17LICENSE= modified-bsd
18 18
19PKG_DESTDIR_SUPPORT= user-destdir 19PKG_DESTDIR_SUPPORT= user-destdir
20BOOTSTRAP_PKG= yes 20BOOTSTRAP_PKG= yes
21SKIP_LICENSE_CHECK= yes 21SKIP_LICENSE_CHECK= yes
22 22
23CONFLICTS+= audit-packages-[0-9]* 23CONFLICTS+= audit-packages-[0-9]*
24 24
25GNU_CONFIGURE= yes 25GNU_CONFIGURE= yes
26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} 26CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
27CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR:Q} 27CONFIGURE_ARGS+= --with-pkgdbdir=${PKG_DBDIR:Q}