diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-28 19:22:52 +0000 |
commit | 61ec1f9e4bd4843006ee774864a2e21eb2f190df (patch) | |
tree | f4c8d72b39b41c03901e8019f53334e3f4f718b0 /x11-toolkits/py-gtk | |
parent | 7a83c95bd54228c6c6557175cbaea8eb93500187 (diff) | |
download | ports-61ec1f9e4bd4843006ee774864a2e21eb2f190df.tar.gz ports-61ec1f9e4bd4843006ee774864a2e21eb2f190df.zip |
Notes
Diffstat (limited to 'x11-toolkits/py-gtk')
-rw-r--r-- | x11-toolkits/py-gtk/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtk/Makefile b/x11-toolkits/py-gtk/Makefile index f69ebbc93b48..1972374f85dd 100644 --- a/x11-toolkits/py-gtk/Makefile +++ b/x11-toolkits/py-gtk/Makefile @@ -36,6 +36,9 @@ EG_DST_DIR= ${PREFIX}/share/examples/py-gtk CONFLICTS= py*-gtk-2* py*-gobject-[0-9]* +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + .if !defined(NOPORTDOCS) post-install: ${MKDIR} ${EG_DST_DIR} |