most recent changes, diff for spambnc

Index: mail/spambnc/Portfile
--- mail/spambnc/Portfile (revision 23052)
+++ mail/spambnc/Portfile (revision 23053)
@@ -22,11 +22,11 @@
master_sites ${homepage} ftp://ftp.spambouncer.org/
distname sb
checksums md5 e6b2c0be71ac2fc3a0dfa76909f85491
-dist_subdir ${portname}/${version}
+dist_subdir ${name}/${version}

depends_run bin:procmail:procmail

-worksrcdir ${portname}
+worksrcdir ${name}

patchfiles patch-procmail.rc

@@ -35,15 +35,15 @@
}
extract.dir ${worksrcpath}

-configure {}
+use_configure no
build {}

destroot {
- system "cp -pr ${workpath}/${portname} \
- ${destroot}${prefix}/share/${portname} "
- reinplace "s=%%SBDIR%%=${prefix}/share/${portname}=" \
- ${destroot}${prefix}/share/${portname}/procmail.rc
- xinstall -m 755 -d ${destroot}${prefix}/share/doc/${portname}
+ system "cp -pr ${workpath}/${name} \
+ ${destroot}${prefix}/share/${name} "
+ reinplace "s=%%SBDIR%%=${prefix}/share/${name}=" \
+ ${destroot}${prefix}/share/${name}/procmail.rc
+ xinstall -m 755 -d ${destroot}${prefix}/share/doc/${name}
xinstall -m 644 -c ${filespath}/index.shtml \
- ${destroot}${prefix}/share/doc/${portname}/documentation.html
+ ${destroot}${prefix}/share/doc/${name}/documentation.html
}