pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/ppp-mppe Use BSDSRCDIR to find kernel sources inst...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4f7bdcd32cc7
branches:  trunk
changeset: 463468:4f7bdcd32cc7
user:      cube <cube%pkgsrc.org@localhost>
date:      Wed Nov 12 05:25:45 2003 +0000

description:
Use BSDSRCDIR to find kernel sources instead of simply /sys.

diffstat:

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

diffs (18 lines):

diff -r 71ca715dbe9f -r 4f7bdcd32cc7 net/ppp-mppe/Makefile
--- a/net/ppp-mppe/Makefile     Wed Nov 12 05:19:40 2003 +0000
+++ b/net/ppp-mppe/Makefile     Wed Nov 12 05:25:45 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2003/11/12 05:19:40 cube Exp $
+# $NetBSD: Makefile,v 1.23 2003/11/12 05:25:45 cube Exp $
 
 DISTNAME=      ppp-2.3.9
 PKGNAME=       ppp-mppe-2.3.9
@@ -51,7 +51,7 @@
 pre-clean:
        cd ../../security/openssl && ${MAKE} clean
 
-SYSDIR?=       /sys
+SYSDIR?=       ${BSDSRCDIR}/sys
 MAKE_ENV+=     SYSDIR="${SYSDIR}"
 
 # until PR 5377 is addressed, we need kernel src around to build lkm's



Home | Main Index | Thread Index | Old Index