diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:44:12 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-05 01:44:12 +0000 |
commit | f4aab86d3c8543f59e800117eb754e029dc0fd6b (patch) | |
tree | 28cc2fb8b1ed75014956f4c1f3f07e63ddb79aeb /biology/wise | |
parent | ImageMagick is needed at run time also: (diff) |
Modify replace RE to match syntax of sed now ("\)" -> ")"
Noticed by: bento
Notes
Notes:
svn path=/head/; revision=69489
Diffstat (limited to 'biology/wise')
-rw-r--r-- | biology/wise/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/biology/wise/Makefile b/biology/wise/Makefile index c7d9fad149f4..f68cd72ee63a 100644 --- a/biology/wise/Makefile +++ b/biology/wise/Makefile @@ -55,18 +55,18 @@ post-configure: -e s'#\tcsh welcome.csh##;' \ ${WRKSRC}/${MAKEFILE} @${REINPLACE_CMD} \ - -e s'#CFLAGS\) $?#CFLAGS\) -c $?#;' \ + -e s'#CFLAGS) $?#CFLAGS) -c $?#;' \ ${WRKSRC}/base/${MAKEFILE} @${REINPLACE_CMD} \ - -e s'#INCFLAGS\) $?#INCFLAGS\) -c $?#;' \ + -e s'#INCFLAGS) $?#INCFLAGS) -c $?#;' \ ${WRKSRC}/dynlibsrc/${MAKEFILE} @${REINPLACE_CMD} \ - -e s'#INCFLAGS\) $?#INCFLAGS\) -c $?#;' \ - -e s'#CFLAGS\) estwise.c#CFLAGS\) -c estwise.c#;' \ - -e s'#CFLAGS\) estwiseb.c#CFLAGS\) -c estwiseb.c#;' \ - -e s'#CFLAGS\) estwisedb.c#CFLAGS\) -c estwisedb.c#;' \ - -e s'#CFLAGS\) genewise.c#CFLAGS\) -c genewise.c#;' \ - -e s'#CFLAGS\) genewisedb.c#CFLAGS\) -c genewisedb.c#;' \ + -e s'#INCFLAGS) $?#INCFLAGS) -c $?#;' \ + -e s'#CFLAGS) estwise.c#CFLAGS) -c estwise.c#;' \ + -e s'#CFLAGS) estwiseb.c#CFLAGS) -c estwiseb.c#;' \ + -e s'#CFLAGS) estwisedb.c#CFLAGS) -c estwisedb.c#;' \ + -e s'#CFLAGS) genewise.c#CFLAGS) -c genewise.c#;' \ + -e s'#CFLAGS) genewisedb.c#CFLAGS) -c genewisedb.c#;' \ ${WRKSRC}/models/${MAKEFILE} do-install: |