From 3a261bfb9424b34c282ed6095100e9249b5db9e6 Mon Sep 17 00:00:00 2001 From: Alex Dunn Date: Fri, 23 Dec 2016 18:41:25 -0800 Subject: [PATCH] netpbm: install unversioned dylib Fixes #8045. Closes #8180. Signed-off-by: Alex Dunn --- Formula/netpbm.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/netpbm.rb b/Formula/netpbm.rb index 2872ade12e..3e4ace4849 100644 --- a/Formula/netpbm.rb +++ b/Formula/netpbm.rb @@ -2,10 +2,10 @@ class Netpbm < Formula desc "Image manipulation" homepage "http://netpbm.sourceforge.net" # Maintainers: Look at https://sourceforge.net/p/netpbm/code/HEAD/tree/ - # for versions and matching revisions + # for stable versions and matching revisions url "http://svn.code.sf.net/p/netpbm/code/advanced", :revision => 2825 version "10.76" - revision 1 + revision 2 head "http://svn.code.sf.net/p/netpbm/code/trunk" bottle do @@ -56,7 +56,7 @@ class Netpbm < Formula # do man pages explicitly; otherwise a junk file is installed in man/web man1.install Dir["man/man1/*.1"] man5.install Dir["man/man5/*.5"] - lib.install Dir["link/*.a"] + lib.install Dir["link/*.a"], Dir["link/*.dylib"] (lib/"pkgconfig").install "pkgconfig_template" => "netpbm.pc" end