Ticket #14036: sbcl-1.0.15-portfile.diff
File sbcl-1.0.15-portfile.diff, 1.1 KB (added by rlonstein@…, 17 years ago) |
---|
-
ports/lang/sbcl/Portfile
old new 1 # $Id: Portfile ,v 1.4 2008/04/20 22:03:22 lonstein Exp$1 # $Id: Portfile 34808 2008-03-06 17:27:53Z gwright@macports.org $ 2 2 3 3 PortSystem 1.0 4 4 … … 42 42 43 43 patchfiles patch-use-mach-exception-handler.diff 44 44 45 45 46 distfiles ${name}-${version}-source${extract.suffix} 46 47 47 48 distname ${name}-${version}-source … … 68 69 system "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh ${host_lisp}" 69 70 } 70 71 71 post-build { 72 if {[variant_isset html]} { 73 system "cd ${worksrcpath}/doc; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/doc/make-doc.sh" 74 } 75 } 76 77 default_variants +test +html 72 default_variants +test 78 73 79 74 variant test { 80 75 test.run yes … … 83 78 test.target run-tests.sh 84 79 } 85 80 86 variant html description {Builds the SBCL and ASDF documentation as HTML} {}87 88 81 destroot { system "cd ${worksrcpath}; INSTALL_ROOT=${destroot}/${prefix} sh ${worksrcpath}/install.sh" 89 82 } 90 83