Opened 16 years ago
Closed 16 years ago
#19669 closed submission (fixed)
Italian ispell dictionary port
Reported by: | bardellie@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.7.1 |
Keywords: | ispell | Cc: | |
Port: | ispell-dict-it |
Description
I've written this portfile. It is for installing an Italian dictionary for ispell. The portfile is still buggy (this is my first port), and it doesn't show up in installed ports.
Attachments (2)
Change History (5)
Changed 16 years ago by bardellie@…
comment:1 follow-up: 2 Changed 16 years ago by blb@…
Port: | ispell-dict-it added |
---|
What you should do is get rid of the build section (if 'make all' doesn't work but just 'make' does, define build.target to nothing); then remove the install & activate sections and instead use the following:
worksrcdir ispell-it destroot { xinstall ${worksrcpath}/italian.hash ${destroot}${prefix}/lib/ }
See the guide on Portfile development for descriptions of what these phases are doing.
Changed 16 years ago by bardellie@…
Attachment: | Portfile.diff added |
---|
comment:2 Changed 16 years ago by bardellie@…
Replying to blb@…:
What you should do is get rid of the build section (if 'make all' doesn't work but just 'make' does, define build.target to nothing); then remove the install & activate sections and instead use the following:
worksrcdir ispell-it destroot { xinstall ${worksrcpath}/italian.hash ${destroot}${prefix}/lib/ }
Thank you for your help. Now everything works fine. I uploaded the patch file, just in case.
comment:3 Changed 16 years ago by blb@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Added in r51108, thanks.
Portfile