diff options
author | joerg <joerg> | 2013-11-08 21:17:56 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-11-08 21:17:56 +0000 |
commit | 3edf98bbc678bd35c4657565218b65167a7b3297 (patch) | |
tree | 99ac96ffc1b66af10f026d7dcaf7d77a59113e97 | |
parent | ae335ea1eb1553e2fdbcb848a8f67e00d4989265 (diff) | |
download | pkgsrc-3edf98bbc678bd35c4657565218b65167a7b3297.tar.gz |
Fix instructions without rule.
-rw-r--r-- | print/lilypond/distinfo | 3 | ||||
-rw-r--r-- | print/lilypond/patches/patch-stepmake_stepmake_po-targets.make | 18 |
2 files changed, 20 insertions, 1 deletions
diff --git a/print/lilypond/distinfo b/print/lilypond/distinfo index b429eed8c27..4900ccd1605 100644 --- a/print/lilypond/distinfo +++ b/print/lilypond/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.20 2013/07/31 14:11:57 wiz Exp $ +$NetBSD: distinfo,v 1.21 2013/11/08 21:17:56 joerg Exp $ SHA1 (lilypond-2.16.2.tar.gz) = 1eb3b0e5c117a8669dba19ab28f933351e51e39a RMD160 (lilypond-2.16.2.tar.gz) = bbb68ef05e81d8d9f5cf7ac26cffb5ab3935c61a @@ -130,3 +130,4 @@ SHA1 (patch-lily_tuplet-bracket.cc) = 10e72655b79ebd82d18a3d1a4712f3265aed06e0 SHA1 (patch-lily_tuplet-number.cc) = 0658c115e193d47dffeb33cdef0390ccf6f2104c SHA1 (patch-lily_volta-repeat-iterator.cc) = f4a5f34736e11611070c54b9ed7d3935d1f3d2c2 SHA1 (patch-scripts_auxiliar_cg-section.sh) = c6838a358ae1ea2f8ddd0791e72eb3c25ac2019b +SHA1 (patch-stepmake_stepmake_po-targets.make) = d3ee9c192a2f6b02a3b35c5d937803c8bc33bed3 diff --git a/print/lilypond/patches/patch-stepmake_stepmake_po-targets.make b/print/lilypond/patches/patch-stepmake_stepmake_po-targets.make new file mode 100644 index 00000000000..aa13d350715 --- /dev/null +++ b/print/lilypond/patches/patch-stepmake_stepmake_po-targets.make @@ -0,0 +1,18 @@ +$NetBSD: patch-stepmake_stepmake_po-targets.make,v 1.1 2013/11/08 21:17:56 joerg Exp $ + +--- stepmake/stepmake/po-targets.make.orig 2013-11-08 12:08:25.000000000 +0000 ++++ stepmake/stepmake/po-targets.make +@@ -36,11 +36,11 @@ ifneq ($(strip $(ALL_PO_SOURCES)),) + xgettext $(XGETTEXT_OPTIONS) --output-dir=$(po-outdir) \ + --keyword=_ --keyword=_f --keyword=_i \ + $(XGETTEXT_FLAGS) $(ALL_PO_SOURCES) +-endif +-endif + sed -i '1,2d' $(po-outdir)/$(package).po + sed -i -e 's/^\# This file is distributed.*/$(sed-header)/' $(po-outdir)/$(package).po + sed -i -e 's/^\"Content-Type: text\/plain.*/$(sed-content)/' $(po-outdir)/$(package).po ++endif ++endif + + + po-update: po |