summaryrefslogtreecommitdiff
path: root/net/userppp/patches/patch-aa
diff options
context:
space:
mode:
authorad <ad@pkgsrc.org>2000-11-07 17:26:58 +0000
committerad <ad@pkgsrc.org>2000-11-07 17:26:58 +0000
commit647359f09078296adeb05be332e89295db41b73b (patch)
tree5ff94fcde2d34443ada475f252f7bab81146b6de /net/userppp/patches/patch-aa
parent692060125dd4ada0703df247ebe262784d7dfb62 (diff)
downloadpkgsrc-647359f09078296adeb05be332e89295db41b73b.tar.gz
Initial import of userppp-001107, the userland PPP package as found in
FreeBSD and OpenBSD.
Diffstat (limited to 'net/userppp/patches/patch-aa')
-rw-r--r--net/userppp/patches/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/userppp/patches/patch-aa b/net/userppp/patches/patch-aa
new file mode 100644
index 00000000000..2fd12e4eaa9
--- /dev/null
+++ b/net/userppp/patches/patch-aa
@@ -0,0 +1,11 @@
+$NetBSD: patch-aa,v 1.1.1.1 2000/11/07 17:26:58 ad Exp $
+
+--- Makefile.orig Tue Nov 7 15:27:16 2000
++++ Makefile Tue Nov 7 15:27:25 2000
+@@ -1,5 +1,5 @@
+ SUBDIR+=libhack ppp pppctl
+-EXAMPLES=/usr/share/examples/ppp
++EXAMPLES=${PREFIX}/share/examples/ppp
+ .include <bsd.subdir.mk>
+ afterinstall:
+ if [ ! -d /etc/ppp ]; then mkdir -p /etc/ppp; chmod 755 /etc/ppp; fi