aboutsummaryrefslogtreecommitdiff
path: root/editors/ghex/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/ghex/Makefile')
-rw-r--r--editors/ghex/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/editors/ghex/Makefile b/editors/ghex/Makefile
index e5c24c8df98d..8632c4a66dac 100644
--- a/editors/ghex/Makefile
+++ b/editors/ghex/Makefile
@@ -21,8 +21,4 @@ USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
-post-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
-
.include <bsd.port.mk>