diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 21:00:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-12-02 21:00:34 +0000 |
commit | 936c88c6aa392670a4b72be7d3513feec5970b61 (patch) | |
tree | 201ab67dda47cf985881f198603018064a429675 /deskutils/mrproject | |
parent | Make this port build under -current. (Of course, it'll also build under (diff) |
Gak! Replace pre-patch with post-patch to allow gnomehack to do it's
magic.
Reported by: bento
Diffstat (limited to 'deskutils/mrproject')
-rw-r--r-- | deskutils/mrproject/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/mrproject/Makefile b/deskutils/mrproject/Makefile index 361fff7a291d..084931e3c09b 100644 --- a/deskutils/mrproject/Makefile +++ b/deskutils/mrproject/Makefile @@ -28,7 +28,7 @@ INSTALLS_SHLIB= yes MAN1= mrproject.1 run-mrproject.1 mrproject-engine.1 -pre-patch: +post-patch: @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure |