mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
20 lines
427 B
Plaintext
20 lines
427 B
Plaintext
|
--- 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
|
||
|
-}
|