diff options
author | Nicola Vitale <nivit@FreeBSD.org> | 2013-07-10 09:30:20 +0000 |
---|---|---|
committer | Nicola Vitale <nivit@FreeBSD.org> | 2013-07-10 09:30:20 +0000 |
commit | aeec7b158d9ce83392c076d7b3a5c0351ac640e2 (patch) | |
tree | 7e06d48a8561ab221ab28796d6e95e93f39b1ca8 /devel | |
parent | 8524942f3cc4648ebc524fc9c4996afd154d68ef (diff) |
- Fix build with redports.org and poudriere(8)
Build log: http://goo.gl/sC2sr
Reported by: olgeni, Sascha Holzleiter >sascha@root-login.org> (via private email)
Notes
Notes:
svn path=/head/; revision=322633
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-pip/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/py-pip/Makefile b/devel/py-pip/Makefile index b1d8c4499fd1..955b4df18a21 100644 --- a/devel/py-pip/Makefile +++ b/devel/py-pip/Makefile @@ -16,8 +16,6 @@ LICENSE= MIT DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} -REINPLACE_ARGS= -i.bak -e "s/env python$$/&${PYTHON_VER}/" - OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options OPTIONS_DEFINE= DOCS @@ -30,7 +28,7 @@ USE_PYDISTUTILS= easy_install .include <bsd.port.options.mk> post-patch: - ${REINPLACE_CMD} ${WRKSRC}/pip/__init__.py + ${REINPLACE_CMD} -i.bak -e "s/env python$$/&${PYTHON_VER}/" ${WRKSRC}/pip/__init__.py .if ${PORT_OPTIONS:MDOCS} post-install: |