forked from macports/macports-ports
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Submitted by: [email protected] Reviewed by: mww@ update to 3.0.46.1 git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@12843 d073be05-634f-4543-b044-5fe20cf6d1d6
- Loading branch information
Markus W. Weißmann
committed
Jun 25, 2005
1 parent
b3d175f
commit dd4d4f0
Showing
2 changed files
with
14 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# $Id: Portfile,v 1.5 2005/02/16 05:22:51 toby Exp $ | ||
# $Id: Portfile,v 1.6 2005/06/25 15:18:33 mww Exp $ | ||
|
||
PortSystem 1.0 | ||
name lifelines | ||
version 3.0.39 | ||
revision 1 | ||
version 3.0.46.1 | ||
categories genealogy | ||
maintainers [email protected] | ||
description Genealogy software | ||
|
@@ -17,30 +16,24 @@ long_description \ | |
|
||
master_sites sourceforge | ||
|
||
checksums md5 882992c38d4beda936bb2ce37880309a | ||
checksums md5 3bcccdf4407052d504b1dd1ad7337b15 | ||
|
||
depends_lib lib:libiconv.2:libiconv lib:libintl.3:gettext | ||
|
||
patchfiles patch-reports-Makefile.in | ||
|
||
configure.args --with-libintl-prefix=${prefix} \ | ||
--with-libiconv-prefix=${prefix} \ | ||
--without-included-gettext | ||
|
||
post-destroot { | ||
system "install ${worksrcpath}/docs/btedit.1 ${destroot}${prefix}/share/man/man1/btedit.1" | ||
system "rm ${destroot}${prefix}/share/doc/${name}/btedit.1" | ||
system "install ${worksrcpath}/docs/dbverify.1 ${destroot}${prefix}/share/man/man1/dbverify.1" | ||
system "rm ${destroot}${prefix}/share/doc/${name}/dbverify.1" | ||
system "install ${worksrcpath}/docs/llines.1 ${destroot}${prefix}/share/man/man1/llines.1" | ||
system "rm ${destroot}${prefix}/share/doc/${name}/llines.1" | ||
system "install -d ${destroot}${prefix}/share/${name}/st" | ||
system "mv ${destroot}${prefix}/share/${name}/st_*.ll ${destroot}${prefix}/share/${name}/st" | ||
system "install ${worksrcpath}/reports/CREDIT ${destroot}${prefix}/share/${name}" | ||
system "install ${worksrcpath}/reports/README ${destroot}${prefix}/share/${name}" | ||
system "install ${worksrcpath}/reports/tree.tex ${destroot}${prefix}/share/${name}" | ||
system "rm ${destroot}${prefix}/share/${name}/ll-*.html" | ||
system "rm ${destroot}${prefix}/share/${name}/ll-*.pdf" | ||
system "rm ${destroot}${prefix}/share/${name}/ll-*.txt" | ||
system "rm ${destroot}${prefix}/share/${name}/listops.jpg" | ||
xinstall -W ${worksrcpath}/docs -m 644 btedit.1 dbverify.1 llines.1 \ | ||
${destroot}${prefix}/share/man/man1/ | ||
system "cd ${destroot}${prefix}/share/doc/${name}/ && \ | ||
rm btedit.1 dbverify.1 llines.1" | ||
xinstall -d ${destroot}${prefix}/share/${name}/st | ||
system "mv ${destroot}${prefix}/share/${name}/st_*.ll \ | ||
${destroot}${prefix}/share/${name}/st" | ||
xinstall -W ${worksrcpath}/reports -m 644 CREDIT README tree.tex \ | ||
${destroot}${prefix}/share/${name}/ | ||
system "cd ${destroot}${prefix}/share/${name}/ && \ | ||
rm ll-*.html ll-*.pdf ll-*.txt listops.jpg" | ||
} |
This file was deleted.
Oops, something went wrong.