Ticket #5094: Portfile.diff
File Portfile.diff, 797 bytes (added by bfulgham@…, 19 years ago) |
---|
-
Portfile
old new 12 12 13 13 homepage http://www.gramps-project.org/ 14 14 master_sites sourceforge:gramps 15 distname gramps-${version}16 15 checksums md5 84f2659b292b5e2abc92a8d56148495b 17 16 18 17 patchfiles patch-configure 19 18 20 19 configure.args --disable-mime-install 21 20 21 depends_lib bin:update-mime-database:shared-mime-info 22 22 depends_lib-append port:py-gnome \ 23 23 port:py-bsddb 24 24 25 25 post-install { 26 ui_msg " 27 ============================================================== 28 You need to do 29 'sudo update-mime-database /opt/local/share/mime' 30 before using gramps 31 ==============================================================" 26 system "update-mime-database ${prefix}/share/mime" 32 27 }