summaryrefslogtreecommitdiff
path: root/net/userppp/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/userppp/patches/patch-aa')
-rw-r--r--net/userppp/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/userppp/patches/patch-aa b/net/userppp/patches/patch-aa
index 1969d33a89d..142e4ca5606 100644
--- a/net/userppp/patches/patch-aa
+++ b/net/userppp/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 2000/11/07 18:11:47 ad Exp $
+$NetBSD: patch-aa,v 1.3 2007/08/25 09:00:45 obache Exp $
--- Makefile.orig Tue Nov 7 05:45:45 2000
+++ Makefile Tue Nov 7 16:42:17 2000
@@ -6,7 +6,7 @@ $NetBSD: patch-aa,v 1.2 2000/11/07 18:11:47 ad Exp $
SUBDIR+=libhack ppp pppctl
-EXAMPLES=/usr/share/examples/ppp
+EXAMPLES=${PREFIX}/share/examples/ppp
-+MYCONFDIR=${PREFIX}/etc/ppp
++MYCONFDIR=${PKG_SYSCONFDIR}
.include <bsd.subdir.mk>
afterinstall:
- if [ ! -d /etc/ppp ]; then mkdir -p /etc/ppp; chmod 755 /etc/ppp; fi