summaryrefslogtreecommitdiff
path: root/news/pan2
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2003-06-12 09:46:09 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2003-06-12 09:46:09 +0000
commit5a1964dbcdc0128fad7ad6894a9b3683b8e997c8 (patch)
treee758d068d77a1912b656f82019bb6260b7ab9f96 /news/pan2
parento Fix MASTER_SITES (diff)
Remove REINPLACE commands that were rolled into gnomehack.
Notes
Notes: svn path=/head/; revision=82858
Diffstat (limited to 'news/pan2')
-rw-r--r--news/pan2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/news/pan2/Makefile b/news/pan2/Makefile
index 0e3cddd81068..6983bb1c19f8 100644
--- a/news/pan2/Makefile
+++ b/news/pan2/Makefile
@@ -31,9 +31,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
CONFIGURE_ARGS= --enable-html
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g ; \
- s|gnet-config|gnet-glib2-config|g ; \
+ @${REINPLACE_CMD} -e 's|gnet-config|gnet-glib2-config|g ; \
s|gnet/gnet\.h|gnet-glib2/gnet.h|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|gnet/gnet\.h|gnet-glib2/gnet.h|g'