diff options
author | obache <obache> | 2007-12-22 13:01:07 +0000 |
---|---|---|
committer | obache <obache> | 2007-12-22 13:01:07 +0000 |
commit | e84a973becaaa96389b9c36f854951e47ab8ca6a (patch) | |
tree | c0ba1269b2c1cdba656e44d5bec08b9ebd8dd87e /net/rp-l2tp/patches | |
parent | 4af4630ec526e32427e4d4de39a60e359ac61076 (diff) | |
download | pkgsrc-e84a973becaaa96389b9c36f854951e47ab8ca6a.tar.gz |
Fix a patch, lost 'create example directory'.
Then DESTDIR ready.
Diffstat (limited to 'net/rp-l2tp/patches')
-rw-r--r-- | net/rp-l2tp/patches/patch-ab | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/rp-l2tp/patches/patch-ab b/net/rp-l2tp/patches/patch-ab index e81189192e6..d715b970dab 100644 --- a/net/rp-l2tp/patches/patch-ab +++ b/net/rp-l2tp/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.1.1.1 2003/12/18 16:39:18 agc Exp $ +$NetBSD: patch-ab,v 1.2 2007/12/22 13:01:08 obache Exp $ --- Makefile.in.orig 2002-09-30 21:33:55.000000000 +0100 +++ Makefile.in 2003-12-18 10:24:07.000000000 +0000 @@ -34,12 +34,13 @@ $NetBSD: patch-ab,v 1.1.1.1 2003/12/18 16:39:18 agc Exp $ libevent/libevent.a: test -d libevent || ln -s ../libevent . -@@ -82,8 +91,7 @@ +@@ -82,8 +91,8 @@ install: all -mkdir -p $(RPM_INSTALL_ROOT)$(sbindir) $(install) -m 755 -s l2tpd $(RPM_INSTALL_ROOT)$(sbindir) - -mkdir -p $(RPM_INSTALL_ROOT)/etc/l2tp - $(install) -m 644 l2tp.conf $(RPM_INSTALL_ROOT)/etc/l2tp/l2tp.conf.example ++ -mkdir -p $(RPM_INSTALL_ROOT)${PREFIX}/share/examples + $(install) -m 644 l2tp.conf $(RPM_INSTALL_ROOT)${PREFIX}/share/examples/l2tp.conf -mkdir -p $(RPM_INSTALL_ROOT)$(mandir)/man8 -mkdir -p $(RPM_INSTALL_ROOT)$(mandir)/man5 |