Ticket #14983: Portfile.diff
File Portfile.diff, 967 bytes (added by andy@…, 17 years ago) |
---|
-
./Portfile
old new master_sites http://ftp.debian.org/debia 19 19 distfiles ${name}_${version}.orig${extract.suffix} 20 20 checksums ${name}_${version}.orig${extract.suffix} md5 957e6fff08625fe34f4fc33d0925bbc9 21 21 worksrcdir ${name}-${version} 22 patchfiles patch-ssmtp.c patch-generate_config patch-Makefile.in 22 patchfiles patch-ssmtp.c patch-generate_config patch-Makefile.in patch-configure.in 23 23 build.type gnu 24 24 25 25 #patch_sites ${master_sites} … … post-destroot { 33 33 xinstall -W ${worksrcpath} README INSTALL COPYING \ 34 34 ${destroot}${prefix}/share/doc/${name} 35 35 36 xinstall ${worksrcpath}/ssmtp.conf ${destroot}${prefix}/etc/${name}/ssmpt.conf.sample 36 xinstall ${worksrcpath}/ssmtp.conf ${destroot}${prefix}/etc/${name}/ssmtp.conf.sample 37 } 38 39 variant ssl { 40 configure.args-append --enable-ssl 41 } 42 43 variant md5 { 44 configure.args-append --enable-md5auth 37 45 }