Changeset 84

Show
Ignore:
Timestamp:
06/25/2009 22:55:54 (9 months ago)
Author:
douglas
Message:

Apparently we have to do this because of a "problem with older setuptools", like, you know, the latest ones.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • freebsd/devel/py-gitosis/Makefile

    r83 r84  
    2727 
    2828pre-su-install: 
    29         @ ${SETENV} PKG_PREFIX=${PREFIX} GITUSER=${GITUSER} \ 
     29        @${SETENV} PKG_PREFIX=${PREFIX} GITUSER=${GITUSER} \ 
    3030                GITGROUP=${GITGROUP} GITHOME=${GITHOME} \ 
    3131                ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL 
    3232 
     33post-install: 
     34        ${CHMOD} +x ${PYTHON_SITELIBDIR}/${PYEASYINSTALL_EGG}/gitosis/templates/admin/hooks/post-update 
     35 
    3336.include <bsd.port.mk>