aboutsummaryrefslogtreecommitdiffstats
path: root/audio/p5-Xmms/files
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-12-19 17:41:17 +0800
committerwill <will@FreeBSD.org>2000-12-19 17:41:17 +0800
commitea4a74061481411ac96fc9d7d3dec873c4819fc0 (patch)
tree09db495b00b6d0cd9428ef816d9fbfc893c02db9 /audio/p5-Xmms/files
parent0b00872b87147eb8752689cc0cbb832b44b9e089 (diff)
downloadfreebsd-ports-gnome-ea4a74061481411ac96fc9d7d3dec873c4819fc0.tar.gz
freebsd-ports-gnome-ea4a74061481411ac96fc9d7d3dec873c4819fc0.tar.zst
freebsd-ports-gnome-ea4a74061481411ac96fc9d7d3dec873c4819fc0.zip
Add p5-Xmms 0.10, a perl module that provides a "remote shell" for xmms.
PR: 23467 Submitted by: Jeremy Shaffner <jeremy@external.org>
Diffstat (limited to 'audio/p5-Xmms/files')
-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
+-}