diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-08-04 16:11:37 +0000 |
commit | 972ca4afabe0a706de889d635300401fe596e781 (patch) | |
tree | 88208c44ea48fa1c9e3f63bcc27d5f4d229e5dcd /math | |
parent | 0f53421b04b0014eeb8ba37d03d658294ffcc73f (diff) |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 2 | ||||
-rw-r--r-- | math/gnumeric2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index b36c8f1245d7..18dd2cf90ca0 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION=${PORTVERSION} -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ diff --git a/math/gnumeric2/Makefile b/math/gnumeric2/Makefile index b36c8f1245d7..18dd2cf90ca0 100644 --- a/math/gnumeric2/Makefile +++ b/math/gnumeric2/Makefile @@ -41,7 +41,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ PLIST_SUB= VERSION=${PORTVERSION} -post-extract: +pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |