diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-12 09:46:09 +0000 |
commit | aaf166713559a44a8e20404e1e6eb14e1758a66b (patch) | |
tree | 001522fb512c55afb05368bed1bedb1a54f687a4 /x11-wm/sawfish2 | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'x11-wm/sawfish2')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 53d7ec1..5331ee5 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -44,9 +44,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//} post-patch: - @${REINPLACE_CMD} -e 's^-l(pthread|c_r)^${PTHREAD_LIBS}^g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ + @${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \ s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure post-install: |