diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 04:23:16 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2003-05-11 04:23:16 +0000 |
commit | b435bf2c22e4aa914ae8f3efd87b9fefa3d7a5d8 (patch) | |
tree | 765e28a52b0fc932ca226f7a2e845b3ea5a05d62 /multimedia | |
parent | o For some reason configure is not propagating PTHREAD_LIBS to the (diff) |
Fix small typo: sed recipy should be 's|before|after|', not
s'|before|after|'
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/mpeg4ip/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mpeg4ip/Makefile b/multimedia/mpeg4ip/Makefile index d25b78a819c7..31af61791777 100644 --- a/multimedia/mpeg4ip/Makefile +++ b/multimedia/mpeg4ip/Makefile @@ -114,7 +114,7 @@ post-patch: # use libgnugetopt .if ${OSVERSION} < 500041 @${REINPLACE_CMD} -E -e \ - s'|(-lm)|\1 -lgnugetopt|' \ + 's|(-lm)|\1 -lgnugetopt|' \ ${WRKSRC}/util/iptv/Makefile.in .endif # do not install manm man pages |