summaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
Diffstat (limited to 'editors')
-rw-r--r--editors/gedit-plugins/Makefile6
-rw-r--r--editors/gedit2/Makefile4
-rw-r--r--editors/ghex2/Makefile4
3 files changed, 3 insertions, 11 deletions
diff --git a/editors/gedit-plugins/Makefile b/editors/gedit-plugins/Makefile
index aa48ca641..f466da950 100644
--- a/editors/gedit-plugins/Makefile
+++ b/editors/gedit-plugins/Makefile
@@ -27,8 +27,8 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|GETTEXT_PACKAGE=gedit-2.0|GETTEXT_PACKAGE=gedit-plugins|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e \
+ 's|GETTEXT_PACKAGE=gedit-2.0|GETTEXT_PACKAGE=gedit-plugins|g' \
+ ${WRKSRC}/configure
.include <bsd.port.mk>
diff --git a/editors/gedit2/Makefile b/editors/gedit2/Makefile
index b82aa5fad..d2296d3b5 100644
--- a/editors/gedit2/Makefile
+++ b/editors/gedit2/Makefile
@@ -33,8 +33,4 @@ PLIST_SUB= VERSION="2.4"
MAN1= gedit.1
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>
diff --git a/editors/ghex2/Makefile b/editors/ghex2/Makefile
index 03937e27b..0dccaa63e 100644
--- a/editors/ghex2/Makefile
+++ b/editors/ghex2/Makefile
@@ -26,8 +26,4 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>