Ticket #43518: Portfile-patch.diff
File Portfile-patch.diff, 680 bytes (added by john@…, 11 years ago) |
---|
-
Portfile
old new 5 5 6 6 name pass 7 7 version 1.6.1 8 revision 1 8 9 maintainers macports.swinbank.org:john openmaintainer 9 10 categories security 10 11 description ${name} is the standard unix password manager … … 39 40 40 41 destroot.env-append PREFIX=${prefix} \ 41 42 SYSCONFDIR=${prefix}/etc 43 44 default_variants +bash 45 46 variant bash { 47 destroot.env-append FORCE_BASHCOMP=1 48 } 49 50 variant zsh { 51 destroot.env-append FORCE_ZSHCOMP=1 52 } 53 54 variant fish { 55 destroot.env-append FORCE_FISHCOMP=1 56 }