diff options
Diffstat (limited to 'ftp/gtm')
-rw-r--r-- | ftp/gtm/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ftp/gtm/Makefile b/ftp/gtm/Makefile index acec9ac..975b6e9 100644 --- a/ftp/gtm/Makefile +++ b/ftp/gtm/Makefile @@ -31,8 +31,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= gtm.1 gtm_applet.1 -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |