Ticket #11288: patch-Portfile.diff
File patch-Portfile.diff, 1.3 KB (added by cssdev, 18 years ago) |
---|
-
Portfile
2 2 PortSystem 1.0 3 3 4 4 name cvsgraph 5 version 1. 5.05 version 1.6.1 6 6 categories devel 7 7 maintainers nomaintainer@macports.org 8 8 description utility for graphical representation of CVS/RCS revision tree … … 12 12 platforms darwin 13 13 homepage http://www.akhphd.au.dk/~bertho/cvsgraph 14 14 master_sites ${homepage}/release 15 checksums md5 4b3e7d0ac09222407c1357bb348869a2 15 checksums md5 2f3da8e85de67d0690b120b33304f966 \ 16 sha1 ca5011537e22d6399eeb4d44c9ba0830e0f240a6 16 17 17 18 depends_lib lib:libgd:gd 18 19 19 patchfiles patch-cvsgraph.c20 #patchfiles patch-cvsgraph.c 20 21 post-patch { 21 22 cd ${worksrcpath} 22 23 reinplace "s|/usr/local|${prefix}|g" ${name}.1 README … … 32 33 xinstall -m 0644 ${name}.conf ${destroot}${prefix}/etc/${name}.conf.sample 33 34 xinstall -m 0644 ${name}.conf.5 ${destroot}${prefix}/share/man/man5/ 34 35 xinstall -d -m 0755 ${destroot}${prefix}/share/doc/${name} 35 xinstall -m 0644 ChangeLog c vsgraphwrapper.php3 LICENSEmkimage.php3 README ${destroot}${prefix}/share/doc/${name}/36 xinstall -m 0644 ChangeLog contrib/cvsgraphwrapper.php3 LICENSE contrib/mkimage.php3 README ${destroot}${prefix}/share/doc/${name}/ 36 37 } 37 38