diff options
author | adamw <adamw@FreeBSD.org> | 2003-06-12 17:46:09 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-06-12 17:46:09 +0800 |
commit | aaf166713559a44a8e20404e1e6eb14e1758a66b (patch) | |
tree | 001522fb512c55afb05368bed1bedb1a54f687a4 /net-im/gnomeicu | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.zst freebsd-ports-gnome-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'net-im/gnomeicu')
-rw-r--r-- | net-im/gnomeicu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-im/gnomeicu/Makefile b/net-im/gnomeicu/Makefile index b7b8d81008c1..a84f5de3c166 100644 --- a/net-im/gnomeicu/Makefile +++ b/net-im/gnomeicu/Makefile @@ -46,9 +46,7 @@ CONFIGURE_ENV= CPPFLAGS="${SOCKSFLAGS} -I${LOCALBASE}/include" \ CFLAGS="${CFLAGS}" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g ; \ - s|gnet|gnet-glib2|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|gnet|gnet-glib2|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|GNOME_PARAM_GNOME_DATADIR|GNOME_PARAM_APP_DATADIR|g' \ ${WRKSRC}/src/gnomeicu.c |