Opened 15 years ago

Closed 15 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)

Portfile (649 bytes) - added by bardellie@… 15 years ago.
Portfile
Portfile.diff (483 bytes) - added by bardellie@… 15 years ago.

Download all attachments as: .zip

Change History (5)

Changed 15 years ago by bardellie@…

Attachment: Portfile added

Portfile

comment:1 Changed 15 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 15 years ago by bardellie@…

Attachment: Portfile.diff added

comment:2 in reply to:  1 Changed 15 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 15 years ago by blb@…

Resolution: fixed
Status: newclosed

Added in r51108, thanks.

Note: See TracTickets for help on using tickets.