aboutsummaryrefslogtreecommitdiff
path: root/audio/p5-Xmms/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'audio/p5-Xmms/files/patch-Makefile.PL')
-rw-r--r--audio/p5-Xmms/files/patch-Makefile.PL19
1 files changed, 19 insertions, 0 deletions
diff --git a/audio/p5-Xmms/files/patch-Makefile.PL b/audio/p5-Xmms/files/patch-Makefile.PL
new file mode 100644
index 000000000000..a942e410fb6d
--- /dev/null
+++ b/audio/p5-Xmms/files/patch-Makefile.PL
@@ -0,0 +1,19 @@
+--- Makefile.PL.orig Mon Dec 11 01:07:06 2000
++++ Makefile.PL Mon Dec 11 01:10:55 2000
+@@ -11,16 +11,4 @@
+ 'Term::ANSIColor' => 0,
+ 'MPEG::MP3Info' => 0,
+ },
+- 'macro' => {
+- CVSROOT => 'modperl.com:/local/cvs_repository',
+- },
+ );
+-
+-sub MY::postamble {
+- return <<'EOF';
+-
+-cvs_tag :
+- cvs -d $(CVSROOT) tag v$(VERSION_SYM) .
+- @echo update lib/Xmms.pm VERSION now
+-EOF
+-}