summaryrefslogtreecommitdiff
path: root/misc/colorls
diff options
context:
space:
mode:
authorreed <reed>2005-08-26 22:31:49 +0000
committerreed <reed>2005-08-26 22:31:49 +0000
commit697c15b9afd569e391e65f7bff345b86b9a52088 (patch)
treec0bb03267dfcadec375d273c37c99f8a4cfa8881 /misc/colorls
parentaf178556033563dfa714e3634e4490b6b9ed4389 (diff)
downloadpkgsrc-697c15b9afd569e391e65f7bff345b86b9a52088.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: