diff options
author | joerg <joerg@pkgsrc.org> | 2013-05-25 23:47:32 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-05-25 23:47:32 +0000 |
commit | 50c0cd734e8b7e16042c6e45900aa0118ef0467e (patch) | |
tree | b3b2979686dbe52fe70172521513e0e29bc03a15 /www | |
parent | 826707040c93d7f7911ce24e3bdc6dd7cf5a9c74 (diff) | |
download | pkgsrc-50c0cd734e8b7e16042c6e45900aa0118ef0467e.tar.gz |
Don't strip shell scripts.
Diffstat (limited to 'www')
-rw-r--r-- | www/litmus/distinfo | 3 | ||||
-rw-r--r-- | www/litmus/patches/patch-Makefile.in | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/www/litmus/distinfo b/www/litmus/distinfo index ebf7877f817..90790025636 100644 --- a/www/litmus/distinfo +++ b/www/litmus/distinfo @@ -1,5 +1,6 @@ -$NetBSD: distinfo,v 1.1 2013/05/24 08:07:26 adam Exp $ +$NetBSD: distinfo,v 1.2 2013/05/25 23:47:32 joerg Exp $ SHA1 (litmus-0.13.tar.gz) = 42ad603035d15798facb3be79b1c51376820cb19 RMD160 (litmus-0.13.tar.gz) = f84d738abe7f23be4d70af8fd8fe23d59ef265f5 Size (litmus-0.13.tar.gz) = 467532 bytes +SHA1 (patch-Makefile.in) = 0b3186441891ed2cfa49c56f87b5cf04b3976c11 diff --git a/www/litmus/patches/patch-Makefile.in b/www/litmus/patches/patch-Makefile.in new file mode 100644 index 00000000000..a6c500d5ad2 --- /dev/null +++ b/www/litmus/patches/patch-Makefile.in @@ -0,0 +1,13 @@ +$NetBSD: patch-Makefile.in,v 1.1 2013/05/25 23:47:32 joerg Exp $ + +--- Makefile.in.orig 2013-05-25 17:41:16.000000000 +0000 ++++ Makefile.in +@@ -69,7 +69,7 @@ install: $(TESTS) litmus + $(INSTALL) -d $(DESTDIR)$(bindir) + $(INSTALL) -d $(DESTDIR)$(libexecdir)/litmus + $(INSTALL) -d $(DESTDIR)$(datadir)/litmus/htdocs +- $(INSTALL_PROGRAM) $(top_builddir)/litmus $(DESTDIR)$(bindir)/litmus ++ $(BSD_INSTALL_SCRIPT) $(top_builddir)/litmus $(DESTDIR)$(bindir)/litmus + for t in $(TESTS); do \ + $(INSTALL_PROGRAM) $(top_builddir)/$$t $(DESTDIR)$(libexecdir)/litmus/$$t; done + for d in $(HTDOCS); do \ |