aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
Diffstat (limited to 'math')
-rw-r--r--math/gcalctool/Makefile2
-rw-r--r--math/gnumeric/Makefile4
-rw-r--r--math/guppi/Makefile4
3 files changed, 0 insertions, 10 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile
index 532ea5f274a..e16a135df4d 100644
--- a/math/gcalctool/Makefile
+++ b/math/gcalctool/Makefile
@@ -25,8 +25,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
@${FIND} ${WRKSRC} -name "*.[ch]" | ${XARGS} ${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g'
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile
index 0129f898bd3..616808a45f4 100644
--- a/math/gnumeric/Makefile
+++ b/math/gnumeric/Makefile
@@ -36,10 +36,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
PLIST_SUB= VERSION=${PORTVERSION}-bonobo
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
post-install:
.for dir in share/gnome lib
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${PREFIX}/${dir}/gnumeric
diff --git a/math/guppi/Makefile b/math/guppi/Makefile
index 35ccc8431bd..0462219eb5a 100644
--- a/math/guppi/Makefile
+++ b/math/guppi/Makefile
@@ -37,8 +37,4 @@ PLIST_SUB= VERSION="${PORTVERSION}"
post-extract:
@cd ${PORTSDIR}/math/gnumeric && ${MAKE} patch
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>