You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
19 lines
666 B
Tcl
19 lines
666 B
Tcl
# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
|
|
|
|
PortSystem 1.0
|
|
PortGroup aspelldict 1.0
|
|
|
|
aspelldict.setup hi 0.02-0 {Hindi} 6
|
|
revision 1
|
|
license GPL-2+
|
|
maintainers nomaintainer
|
|
|
|
checksums rmd160 cd6f11b1c738c5ab640d0f39fb35c4e03ac58da8 \
|
|
sha256 da0778c46716f4209da25195294139c2f5e6031253381afa4f81908fc9193a37 \
|
|
size 174790
|
|
|
|
post-destroot {
|
|
file delete ${destroot}${prefix}/lib/aspell-0.60/u-deva.cmap
|
|
file delete ${destroot}${prefix}/lib/aspell-0.60/u-deva.cset
|
|
}
|