target sf to update SourceForge CVS repository of FUSE
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Jan 2006 23:58:33 +0000 (23:58 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 2 Jan 2006 23:58:33 +0000 (23:58 +0000)
git-svn-id: svn+ssh://llin/home/dpavlin/private/svn/fuse/perl-llin@59 6e4b0b00-1209-0410-87b2-b275959b5705

Makefile.PL

index 4767fbc..79eae10 100644 (file)
@@ -19,3 +19,12 @@ WriteMakefile(
        # Un-comment this if you add C files to link with later:
     'OBJECT'           => "$obj Fuse.o -lpthread", # link all the C files too
 );
+
+sub MY::postamble {
+    return <<'MAKE_MORE';
+
+sf:
+       svn2cvs.pl file:///home/dpavlin/.svk/fuse/perl-llin :ext:dpavlin@cvs.sourceforge.net:/cvsroot/fuse perl
+
+MAKE_MORE
+};