Commits

Ryan Schmidt authored 1e341a8067e
Clear extract.only

rather than overriding the extract phase.
No tags

devel/cl-ppcre/Portfile

Modified
25 25 universal_variant no
26 26
27 27 variant asdf_binary_locations description {Keep compiled Lisp files organized} {
28 28 depends_lib port:asdf-binary-locations
29 29 }
30 30
31 31 variant sbcl description {Compile using Steel Bank Common Lisp} {
32 32 depends_build port:sbcl
33 33 }
34 34
35 -
36 -extract {}
35 +extract.only
37 36 use_configure no
38 37 build {}
39 38
40 39 set destroot-lisp "${destroot}${prefix}/share/common-lisp/"
41 40 set lisp-system-path "#p\"${prefix}/share/common-lisp/systems/\""
42 41
43 42 destroot {
44 43 xinstall -m 0755 -d ${destroot-lisp}/src
45 44 xinstall -m 0755 -d ${destroot-lisp}/systems
46 45 system "cd ${destroot-lisp}/src && \

Everything looks good. We'll let you know here if there's anything you should know about.

Add shortcut