pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/colorls Make sure install uses BINOWN, BINGRP, MA...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/87da3bf7ff9a
branches:  trunk
changeset: 498607:87da3bf7ff9a
user:      reed <reed%pkgsrc.org@localhost>
date:      Fri Aug 26 22:31:49 2005 +0000

description:
Make sure install uses BINOWN, BINGRP, MANOWN, and MANGRP
settings. This fixes install when done as unprivileged.
Bump PKGREVISION.

diffstat:

 misc/colorls/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (23 lines):

diff -r 3e6918640b5a -r 87da3bf7ff9a misc/colorls/Makefile
--- a/misc/colorls/Makefile     Fri Aug 26 22:22:47 2005 +0000
+++ b/misc/colorls/Makefile     Fri Aug 26 22:31:49 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.18 2005/03/24 21:12:57 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2005/08/26 22:31:49 reed Exp $
 
 DISTNAME=              ls
 PKGNAME=               colorls-2.2
+PKGREVISION=           1
 CATEGORIES=            misc
 MASTER_SITES=          ${MASTER_SITE_LOCAL}
 
@@ -13,7 +14,8 @@
 NO_SRC_ON_FTP=         Already in MASTER_SITE_LOCAL
 
 MANCOMPRESSED_IF_MANZ= yes
-
+MAKE_ENV+=             BINOWN=${BINOWN} BINGRP=${BINGRP} \
+                       MANOWN=${MANOWN} MANGRP=${MANGRP}
 INSTALLATION_DIRS=     bin man/man1 man/cat1
 
 pre-patch:



Home | Main Index | Thread Index | Old Index