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 /sysutils/gnomecontrolcenter | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip FreeBSD-ports-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'sysutils/gnomecontrolcenter')
-rw-r--r-- | sysutils/gnomecontrolcenter/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/sysutils/gnomecontrolcenter/Makefile b/sysutils/gnomecontrolcenter/Makefile index 8efa470..3120921 100644 --- a/sysutils/gnomecontrolcenter/Makefile +++ b/sysutils/gnomecontrolcenter/Makefile @@ -25,8 +25,4 @@ GNU_CONFIGURE= 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> |