diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 18:35:44 +0000 |
commit | eb08c5441cf4772f805b99523084b12164ed2495 (patch) | |
tree | f4861f167b47e08ed6e9f5bbe5172252c8b51efc /graphics/py-openexr | |
parent | a285ade9102ca7c15642dfccd7816abc3c725c98 (diff) |
Notes
Diffstat (limited to 'graphics/py-openexr')
-rw-r--r-- | graphics/py-openexr/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/graphics/py-openexr/Makefile b/graphics/py-openexr/Makefile index cdd310f4a308..0198bdb9bfd5 100644 --- a/graphics/py-openexr/Makefile +++ b/graphics/py-openexr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: py-openexr -# Date created: 10 October 2010 -# Whom: James Bowman <jamesb-bsd@excamera.com> -# +# Created by: James Bowman <jamesb-bsd@excamera.com> # $FreeBSD$ -# PORTNAME= openexr PORTVERSION= 1.2.0 @@ -19,6 +15,7 @@ COMMENT= Python module for ILM's OpenEXR image format and library LIB_DEPENDS= IlmImf:${PORTSDIR}/graphics/OpenEXR +NO_STAGE= yes post-extract: ${REINPLACE_CMD} -e 's#/usr/local#${LOCALBASE}#g' ${WRKSRC}/setup.py |