From 17c5ec6b2ba2ad4fdb1884a0b92b6ae6e3c49af5 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Thu, 14 Nov 2002 08:44:10 +0000 Subject: Fixed RE in REINPLACE_CMD. Noticed by bento. --- games/conquest/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/conquest') diff --git a/games/conquest/Makefile b/games/conquest/Makefile index d30b914d1bfc..33da3b114a9b 100644 --- a/games/conquest/Makefile +++ b/games/conquest/Makefile @@ -19,9 +19,9 @@ BINGRP= conquest SHAREGRP= conquest post-patch: - ${REINPLACE_CMD} -e "s|\@prefix\@/conquest|\@prefix\@|g; \ - s|^.+\@chgrp .\(CONQGROUP\) conq.+||g; \ - s|^.+\@chmod 2771 conq.+||g;" ${WRKSRC}/Makefile.in + ${REINPLACE_CMD} -e "s|@prefix@/conquest|@prefix@|g; \ + s|^.*@chgrp .(CONQGROUP) conq.*||g; \ + s|^.*@chmod 2771 conq.*||g;" ${WRKSRC}/Makefile.in ${REINPLACE_CMD} -e "s/# include //g" ${WRKSRC}/c_defs.h ${REINPLACE_CMD} -e "s/-O2 -fPIC//g" ${WRKSRC}/configure ${REINPLACE_CMD} -e "s|/opt/conquest|${PREFIX}|g; \ -- cgit v1.2.3