diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2008-08-18 13:08:03 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2008-08-18 13:08:03 +0000 |
commit | f9a065f6cc95f3afe0a3286087115a91e774aa2f (patch) | |
tree | d3b4a0d8d9d7ba09b77898be28f9e36044157c2f /graphics/ruby-libpng | |
parent | 9d970bae0b6d929f291fdbd5253c46d20c8228b5 (diff) | |
download | ports-f9a065f6cc95f3afe0a3286087115a91e774aa2f.tar.gz ports-f9a065f6cc95f3afe0a3286087115a91e774aa2f.zip |
Notes
Diffstat (limited to 'graphics/ruby-libpng')
-rw-r--r-- | graphics/ruby-libpng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/ruby-libpng/Makefile b/graphics/ruby-libpng/Makefile index 85bb9402a8f9..d5f982fde87b 100644 --- a/graphics/ruby-libpng/Makefile +++ b/graphics/ruby-libpng/Makefile @@ -37,7 +37,7 @@ EXAMPLES_EN= es.png png.rb pngtest.rb pngtest.sh \ sample/8.png sample/9.png sample/pngcat.rb post-configure: - @${REINPLACE_CMD} -e "s| -L'.'||" ${WRKSRC}/Makefile + @${REINPLACE_CMD} -E -e "s| -L'?\.'?||" ${WRKSRC}/Makefile post-install: .if !defined(NOPORTDOCS) |