pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/dtcp Fixed the package for unprivileged builds.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac7000d62c97
branches:  trunk
changeset: 521312:ac7000d62c97
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 09:24:21 2006 +0000

description:
Fixed the package for unprivileged builds.

diffstat:

 net/dtcp/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r fa48b1d70175 -r ac7000d62c97 net/dtcp/Makefile
--- a/net/dtcp/Makefile Thu Nov 09 09:14:05 2006 +0000
+++ b/net/dtcp/Makefile Thu Nov 09 09:24:21 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/07/09 13:21:02 taca Exp $
+# $NetBSD: Makefile,v 1.19 2006/11/09 09:24:21 rillig Exp $
 #
 
 DISTNAME=      dtcp-20060109
@@ -14,7 +14,7 @@
 
 RCD_SCRIPTS=   dtcpc dtcps
 
-MAKE_ENV+=     MANDIR=${PREFIX:Q}/${PKGMANDIR:Q}
+MAKE_ENV+=     ${BSD_MAKE_ENV}
 
 .include "../../lang/ruby/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index