diff options
author | agc <agc@pkgsrc.org> | 2002-08-12 11:28:06 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-12 11:28:06 +0000 |
commit | b05d29c0ce7537f4155d57c9688c1006671d5afa (patch) | |
tree | b3dfcd8ada0030fc1b3b1b8622ea3e74da214ee6 /net | |
parent | 335e691b7a9ab7f85bdff5d7c86d5808ea5bd369 (diff) | |
download | pkgsrc-b05d29c0ce7537f4155d57c9688c1006671d5afa.tar.gz |
Prevent the installation of a build-time-only library and its man pages.
Diffstat (limited to 'net')
-rw-r--r-- | net/userppp/distinfo | 3 | ||||
-rw-r--r-- | net/userppp/patches/patch-ak | 15 |
2 files changed, 17 insertions, 1 deletions
diff --git a/net/userppp/distinfo b/net/userppp/distinfo index 452e8ef77c6..93d90e0ab0b 100644 --- a/net/userppp/distinfo +++ b/net/userppp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.2 2001/04/21 11:23:38 wiz Exp $ +$NetBSD: distinfo,v 1.3 2002/08/12 11:28:06 agc Exp $ SHA1 (ppp-001107.src.tar.gz) = 3ba073a99f747579d8ffbe7f80b72a2af924eca2 Size (ppp-001107.src.tar.gz) = 380594 bytes @@ -12,3 +12,4 @@ SHA1 (patch-ag) = 3c722b11ee8e0986fc0e6cc052176a72007e8f1b SHA1 (patch-ah) = 1585999e4a7c023c0e3965549bb8889f7ca6edaf SHA1 (patch-ai) = 5a9a7ae565046bdbb454d22acce72f0b58b1de61 SHA1 (patch-aj) = eed45b089d32e1caf5b3f87bfcd6474b9fd78d10 +SHA1 (patch-ak) = 7cbc3be878db839d27765289fc1750f5cde5d0e1 diff --git a/net/userppp/patches/patch-ak b/net/userppp/patches/patch-ak new file mode 100644 index 00000000000..235186b7c4b --- /dev/null +++ b/net/userppp/patches/patch-ak @@ -0,0 +1,15 @@ +$NetBSD: patch-ak,v 1.1 2002/08/12 11:28:08 agc Exp $ + +--- libhack/Makefile 2002/08/12 11:20:27 1.1 ++++ libhack/Makefile 2002/08/12 11:20:41 +@@ -25,5 +25,10 @@ + .endif + .endif + ++# only needed during build - prevent installation ++libinstall:: ++MANINSTALL= ++ ++ + .include <bsd.lib.mk> + CFLAGS+=-DNO_FW_PUNCH |