Changeset 98316


Ignore:
Timestamp:
Oct 3, 2012, 12:00:31 AM (12 years ago)
Author:
ryandesign@…
Message:

py-oauth2client: fix stub port by moving post-destroot block inside {$subport != $name} block; add modeline

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/python/py-oauth2client/Portfile

    r98298 r98316  
     1# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
    12# $Id$
    23
     
    1920distname            oauth2client-${version}
    2021
     22if {$subport != $name} {
    2123post-destroot {
    2224    set egg-info ${destroot}${python.pkgd}/oauth2client-${version}-py${python.branch}.egg-info
     
    2426        file attributes ${d} -permissions 0644
    2527    }
     28}
    2629}
    2730
Note: See TracChangeset for help on using the changeset viewer.