summaryrefslogtreecommitdiff
path: root/www/epiphany
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-17 16:56:36 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-06-17 16:56:36 +0000
commit222e214b50b4ea63d8b2bcf1cbf8d37e464c5378 (patch)
tree1f2568a9723b8e1ce13cf07ea0c2de2a3ec77d9a /www/epiphany
parentUpdate scilab to make use of math/atlas (some speed improvement). (diff)
Ephy requires the ORBit hack to get around the redefinition of the ORBit
serial number.
Notes
Notes: svn path=/head/; revision=83167
Diffstat (limited to 'www/epiphany')
-rw-r--r--www/epiphany/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile
index c221aaadcaa8..99fd4491afae 100644
--- a/www/epiphany/Makefile
+++ b/www/epiphany/Makefile
@@ -52,6 +52,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_C
LIBS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
FLASHPLAYER= ${LOCALBASE}/lib/libflashplayer.so.1
+XXX_FILES= EphyAutomation-common.c EphyAutomation-stubs.c \
+ EphyAutomation-skels.c EphyAutomation.h
.include <bsd.port.pre.mk>
@@ -80,6 +82,11 @@ pre-everything::
@${ECHO_MSG} " mozilla-devel-gtk2 "
@${ECHO_MSG} ""
+post-extract:
+.for i in ${XXX_FILES}
+ @${RM} -f ${WRKSRC}/src/${i}
+.endfor
+
post-patch:
@${REINPLACE_CMD} -e 's|mozilla-gtkmozembed|mozilla-gtkmozembed${HEADERS_SUFX}|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "Makefile.in*" | xargs ${REINPLACE_CMD} -e \