Changeset 81144
- Timestamp:
- 07/25/11 18:55:28 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/mail/procmail/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/mail/procmail/Portfile
r81143 r81144 6 6 name procmail 7 7 version 3.22 8 revision 28 revision 3 9 9 categories mail 10 10 platforms darwin … … 63 63 checksums md5 1678ea99b973eb77eda4ecf6acae53f1 64 64 65 configure { 66 system "cd ${worksrcpath} && mv INSTALL INSTALL.README" 65 post-extract { 66 move ${worksrcpath}/INSTALL ${worksrcpath}/INSTALL.README 67 } 68 69 post-patch { 67 70 reinplace "s%^/\\*\\(#define\[ \t\]*DEF\[S\]*PATH\[ \t\]*\".*\\)\".*$%\\1:${prefix}/bin\"%" ${worksrcpath}/config.h 68 71 reinplace "s%/etc/procmailrc%${prefix}/etc/procmailrc%" ${worksrcpath}/config.h … … 71 74 } 72 75 76 use_configure no 77 78 variant universal {} 79 if {[variant_isset universal]} { 80 set archflags ${configure.universal_cflags} 81 } else { 82 set archflags ${configure.cc_archflags} 83 } 84 85 build.env CC="${configure.cc} ${archflags}" 86 73 87 build.args BASENAME=${destroot}${prefix} LOCKINGTEST=/tmp 74 88 destroot.args BASENAME=${destroot}${prefix} LOCKINGTEST=/tmp install-suid
Note: See TracChangeset
for help on using the changeset viewer.

