summaryrefslogtreecommitdiffstats
path: root/editors/ghex2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ghex2/Makefile')
-rw-r--r--editors/ghex2/Makefile4
1 files changed, 0 insertions, 4 deletions
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>