summaryrefslogtreecommitdiff
path: root/net/rdesktop
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2002-07-31 22:11:54 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2002-07-31 22:11:54 +0000
commit8bdf309b84a9cc3eff1758229cf7758231bf6a4b (patch)
tree73383c9729a240a33e1bae9b4a8def61e0a00e21 /net/rdesktop
parentRelinquish this port since I no longer us it. (diff)
Fix regexp for REINPLACE_CMD.
PR: 41204 Submitted by: Simon L. Nielsen <simon@nitro.dk>
Notes
Notes: svn path=/head/; revision=63821
Diffstat (limited to 'net/rdesktop')
-rw-r--r--net/rdesktop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rdesktop/Makefile b/net/rdesktop/Makefile
index 0e38d4ca1615..a87545161f3a 100644
--- a/net/rdesktop/Makefile
+++ b/net/rdesktop/Makefile
@@ -49,7 +49,7 @@ do-patch:
@${REINPLACE_CMD} -e 's:^PREFIX.*:PREFIX=${PREFIX}:g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's:^install.*:install\: rdesktop:g' \
${WRKSRC}/Makefile
- @${REINPLACE_CMD} -e 's:^.*\(INSTALL\) rdp-srvr.*::g' ${WRKSRC}/Makefile
+ @${REINPLACE_CMD} -e 's:^.*(INSTALL) rdp-srvr.*::g' ${WRKSRC}/Makefile
@${REINPLACE_CMD} -e 's:<endian.h>:<machine/endian.h>:g' \
${WRKSRC}/rdesktop.h