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 /textproc/scrollkeeper | |
parent | bdac09a776abef8765f436443280f4aa3ba8ca0f (diff) | |
download | freebsd-ports-graphics-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.gz freebsd-ports-graphics-aaf166713559a44a8e20404e1e6eb14e1758a66b.tar.zst freebsd-ports-graphics-aaf166713559a44a8e20404e1e6eb14e1758a66b.zip |
Remove REINPLACE commands that were rolled into gnomehack.
Diffstat (limited to 'textproc/scrollkeeper')
-rw-r--r-- | textproc/scrollkeeper/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/textproc/scrollkeeper/Makefile b/textproc/scrollkeeper/Makefile index 02d29007d47..aecc263d0a0 100644 --- a/textproc/scrollkeeper/Makefile +++ b/textproc/scrollkeeper/Makefile @@ -62,8 +62,6 @@ MTREE_FILE= /etc/mtree/BSD.x11-4.dist .endif post-patch: - @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ - s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name Makefile.in | xargs ${REINPLACE_CMD} -e \ 's|[(]LN_S[)] -f -n|(LN_S) -f|g' @${REINPLACE_CMD} -e 's|/usr/share/locale|${PREFIX}/share/locale|g' \ |