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 /x11/yelp/Makefile | |
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 'x11/yelp/Makefile')
-rw-r--r-- | x11/yelp/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index 7b9d284cd255..0a110d1fe6f9 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -26,8 +26,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \ ${WRKSRC}/stylesheets/docbook/catalog.in |