pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa48b1d70175
branches:  trunk
changeset: 521311:fa48b1d70175
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Nov 09 09:14:05 2006 +0000

description:
Fixed the package for unprivileged users.

diffstat:

 net/cia/Makefile        |  4 ++--
 net/dtcpclient/Makefile |  4 +++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 489406e1c530 -r fa48b1d70175 net/cia/Makefile
--- a/net/cia/Makefile  Thu Nov 09 09:12:30 2006 +0000
+++ b/net/cia/Makefile  Thu Nov 09 09:14:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/08/24 10:13:03 tron Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/09 09:14:05 rillig Exp $
 
 DISTNAME=      cia-20030922
 CATEGORIES=    net
@@ -10,7 +10,7 @@
 
 DOC_DIR=       ${PREFIX}/share/doc/cia
 EXAMPLES_DIR=  ${PREFIX}/share/examples/cia
-MAKE_ENV+=     BINDIR="${PREFIX}/bin"
+MAKE_ENV+=     ${BSD_MAKE_ENV}
 
 post-install:
        ${INSTALL_DATA_DIR} ${DOC_DIR}
diff -r 489406e1c530 -r fa48b1d70175 net/dtcpclient/Makefile
--- a/net/dtcpclient/Makefile   Thu Nov 09 09:12:30 2006 +0000
+++ b/net/dtcpclient/Makefile   Thu Nov 09 09:14:05 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2006/08/27 14:00:41 hamajima Exp $
+# $NetBSD: Makefile,v 1.10 2006/11/09 09:15:45 rillig Exp $
 #
 
 DISTNAME=      dtcpclient-20060526
@@ -21,6 +21,8 @@
 SUBST_FILES.paths=     dtcpclient.8
 SUBST_SED.paths=       's|/usr/local|${PREFIX}|g'
 
+MAKE_ENV+=     ${BSD_MAKE_ENV}
+
 .include "../../mk/bsd.prefs.mk"
 .if ${OPSYS} == "Darwin"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index