Ticket #2727: patch-remind

File patch-remind, 851 bytes (added by kballard (Lily Ballard), 19 years ago)

Patch for textproc/remind

Line 
1Index: Portfile
2===================================================================
3RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/textproc/remind/Portfile,v
4retrieving revision 1.1
5diff -u -r1.1 Portfile
6--- Portfile    7 Jul 2004 05:44:25 -0000       1.1
7+++ Portfile    26 Feb 2005 22:25:11 -0000
8@@ -4,6 +4,7 @@
9 
10 name                   remind
11 version                        03.00.22
12+revision               1
13 categories             textproc pim
14 platforms              darwin
15 maintainers            mww@opendarwin.org
16@@ -14,5 +15,11 @@
17 master_sites   http://www.roaringpenguin.com/penguin/
18 checksums              md5 5655ad8209f8453443d0b95658cd82ca
19 
20+configure.args --mandir=${prefix}/share/man
21 destroot.destdir       prefix=${destroot}${prefix} \
22                                mandir=${destroot}${prefix}/share/man
23+
24+post-destroot {
25+       xinstall -m 755 -d ${destroot}/${prefix}/share/${name}/
26+       file copy ${worksrcpath}/examples ${destroot}/${prefix}/share/${name}/
27+}