1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/audio/p5-Xmms/files/patch-Makefile.PL
Will Andrews 451b19ee8b Add p5-Xmms 0.10, a perl module that provides a "remote shell" for xmms.
PR:		23467
Submitted by:	Jeremy Shaffner <jeremy@external.org>
2000-12-19 09:41:17 +00:00

20 lines
427 B
Perl

--- 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
-}