summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorreed <reed@pkgsrc.org>2005-08-26 22:31:49 +0000
committerreed <reed@pkgsrc.org>2005-08-26 22:31:49 +0000
commit5df9f43a414bf8d974dfebd8d1ceee7fd946aff9 (patch)
treec0bb03267dfcadec375d273c37c99f8a4cfa8881 /misc/colorls
parent259ca51ef4533ad4b1a9e7c3d237fe6644b21499 (diff)
downloadpkgsrc-5df9f43a414bf8d974dfebd8d1ceee7fd946aff9.tar.gz
Make sure install uses BINOWN, BINGRP, MANOWN, and MANGRP
settings. This fixes install when done as unprivileged. Bump PKGREVISION.
Diffstat (limited to 'misc/colorls')
-rw-r--r--misc/colorls/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/misc/colorls/Makefile b/misc/colorls/Makefile
index fa75cd334c5..ec4e154f50d 100644
--- a/misc/colorls/Makefile
+++ b/misc/colorls/Makefile
@@ -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 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews
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: