Changeset 36303
- Timestamp:
- 04/26/2008 00:55:04 (4 years ago)
- Files:
-
- 1 modified
-
trunk/dports/www/yaws/Portfile (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/www/yaws/Portfile
r35990 r36303 37 37 } 38 38 39 default_variants +yapp 40 39 41 configure.args --prefix=${prefix} \ 40 42 --sysconfdir=${prefix}/etc \ 41 43 --localstatedir=${prefix}/var 44 45 variant yapp description {Yapp application handler} { 46 post-build { 47 system "cd ${worksrcpath}/applications/yapp && make && make docs" 48 } 49 post-destroot { 50 system "cd ${worksrcpath}/applications/yapp && make install DESTDIR=${destroot}" 51 } 52 } 42 53 43 54 post-destroot {

