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/userppp/patches | |
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/userppp/patches')
-rw-r--r-- | net/userppp/patches/patch-ak | 15 |
1 files changed, 15 insertions, 0 deletions
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 |