Ticket #37801: nzbget-9.1.diff
File nzbget-9.1.diff, 1.7 KB (added by ryandesign (Ryan Carsten Schmidt), 12 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name nzbget 7 version 0.8.07 version 9.1 8 8 categories net 9 9 license GPL-2+ 10 10 maintainers nomaintainer … … 18 18 platforms darwin 19 19 master_sites sourceforge:project/nzbget/nzbget-stable/${version} 20 20 21 checksums sha256 646939596097fafdeb0b4064b433463419e7d0d9af7fe32f6689d6b95ad77d95\22 rmd160 1ab8ff46c5c9c77db7f5eca463052254f862340021 checksums rmd160 d2e8ac0844e3b2c2bd98d3b5280030b5db9081a6 \ 22 sha256 0cd20e1c78359c720862c19c5fd908dc10d6b54658441b86f9caaa71f66e5633 23 23 24 24 depends_build port:pkgconfig 25 25 depends_lib port:libsigcxx2 \ … … 31 31 32 32 configure.args --with-tlslib=GnuTLS \ 33 33 --with-libgnutls-includes=${prefix}/include/gnutls \ 34 --with-libgnutls-libraries=${prefix}/lib \ 35 --mandir=${prefix}/share/man 34 --with-libgnutls-libraries=${prefix}/lib 36 35 36 set docdir ${prefix}/share/doc/${subport} 37 37 38 post-destroot { 38 set docdir ${prefix}/share/doc/${name}-${version}39 39 xinstall -d ${destroot}${docdir} 40 xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING INSTALLNEWS README \40 xinstall -m 0644 -W ${worksrcpath} AUTHORS COPYING NEWS README \ 41 41 nzbget.conf.example ${destroot}${docdir} 42 42 } 43 43 44 44 notes \ 45 45 "An example configuration file has been installed at\ 46 ${ prefix}/share/doc/${name}-${version}/nzbget.conf.example"46 ${docdir}/nzbget.conf.example" 47 47 48 48 livecheck.distname nzbget-stable 49