diff options
Diffstat (limited to 'news/pan/Makefile')
-rw-r--r-- | news/pan/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/news/pan/Makefile b/news/pan/Makefile index ca8095687e96..071284ce772a 100644 --- a/news/pan/Makefile +++ b/news/pan/Makefile @@ -29,8 +29,4 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ CONFIGURE_ARGS= --enable-html CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} -post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure - .include <bsd.port.mk> |