Changeset 82350
- Timestamp:
- 08/12/11 14:37:47 (4 years ago)
- File:
-
- 1 edited
-
trunk/dports/devel/play/Portfile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/devel/play/Portfile
r81313 r82350 7 7 conflicts sox 8 8 version 1.2.2 9 revision 19 revision 2 10 10 categories devel java www 11 11 platforms darwin … … 35 35 dist_subdir ${name}/${version}_1 36 36 37 depends_build port:apache-ant 38 39 depends_lib port:python27 40 37 41 post-extract { 38 42 file rename [glob ${workpath}/playframework-play-*] ${worksrcpath} … … 43 47 44 48 patchfiles patch-framework-build.xml.diff 49 50 post-patch { 51 reinplace "s|/usr/bin/env python|${prefix}/bin/python2.7|" ${worksrcpath}/play 52 } 45 53 46 54 use_configure no
Note: See TracChangeset
for help on using the changeset viewer.

