diff options
author | nemysis <nemysis@FreeBSD.org> | 2013-11-29 18:45:22 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2013-11-29 18:45:22 +0800 |
commit | 7440460b7ecb2b8999521dc0e8240ca740c61fc3 (patch) | |
tree | ea07cfea0663c0395db3e0a2b07e8161992fe2d1 /graphics | |
parent | 60faf9996414ab06aedfe921d28a5405d30f70ef (diff) | |
download | freebsd-ports-gnome-7440460b7ecb2b8999521dc0e8240ca740c61fc3.tar.gz freebsd-ports-gnome-7440460b7ecb2b8999521dc0e8240ca740c61fc3.tar.zst freebsd-ports-gnome-7440460b7ecb2b8999521dc0e8240ca740c61fc3.zip |
- Remove obsolete REINPLACE_CMD,
Upstream have changed Makefile.am and Makefile.in
Reported by: mandree, danfe
Approved by: pawel / wg (mentors, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/OpenEXR/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/OpenEXR/Makefile b/graphics/OpenEXR/Makefile index e56d0718611a..4a43af36b29d 100644 --- a/graphics/OpenEXR/Makefile +++ b/graphics/OpenEXR/Makefile @@ -64,9 +64,6 @@ regression-test regression test check: build @(cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check) post-install: - ${INSTALL_DATA} ${WRKSRC}/IlmImf/ImfDeepImageStateAttribute.h \ - ${STAGEDIR}${PREFIX}/include/${PORTNAME}/ - @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${DOC_FILES1:S|^|${DOCSRCDIR1}/|} ${STAGEDIR}${DOCSDIR} @${MKDIR} ${STAGEDIR}${DOCSDIR2} |