pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/pkgtools/pkg_install-info honour BINOWN and BINGRP.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b75fada01da
branches: trunk
changeset: 466982:5b75fada01da
user: grant <grant%pkgsrc.org@localhost>
date: Sun Jan 25 03:29:57 2004 +0000
description:
honour BINOWN and BINGRP.
from Min Sik Kim in PR pkg/24176.
diffstat:
pkgtools/pkg_install-info/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r 728e7b6206b2 -r 5b75fada01da pkgtools/pkg_install-info/Makefile
--- a/pkgtools/pkg_install-info/Makefile Sun Jan 25 03:26:49 2004 +0000
+++ b/pkgtools/pkg_install-info/Makefile Sun Jan 25 03:29:57 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/07/21 17:14:08 martti Exp $
+# $NetBSD: Makefile,v 1.6 2004/01/25 03:29:57 grant Exp $
#
DISTNAME= pkg_install-info-${VERSION}
@@ -20,6 +20,8 @@
# Otherwise use PKGREVISION if you need to change this package version.
VERSION= 4.5
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP}
+
do-extract:
@${CP} -Rp ${FILESDIR} ${WRKSRC}
Home |
Main Index |
Thread Index |
Old Index