diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-30 13:38:51 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-30 13:38:51 +0800 |
commit | e9109f6e58427bf57a7f1a2647350aeadf275be6 (patch) | |
tree | 18cbfc7979084f34cdf31288f36d87f8d8e2c6e5 /www/epiphany | |
parent | 6b858f7dee09a58e39625ce488c8bccc00e859cb (diff) | |
download | freebsd-ports-gnome-e9109f6e58427bf57a7f1a2647350aeadf275be6.tar.gz freebsd-ports-gnome-e9109f6e58427bf57a7f1a2647350aeadf275be6.tar.zst freebsd-ports-gnome-e9109f6e58427bf57a7f1a2647350aeadf275be6.zip |
Correct a typo.
Diffstat (limited to 'www/epiphany')
-rw-r--r-- | www/epiphany/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index b92d787edde9..2f148f12ea1a 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -56,7 +56,7 @@ post-patch: 's|-lpthread|${PTHREAD_LIBS}|g' @${REINPLACE_CMD} -e 's|execinfo.h|#|g' \ ${WRKSRC}/configure - @${REINPLCE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins" ":" MOZILLA_PREFIX "/lib/browser_linux_plugins"|' \ + @${REINPLACE_CMD} -e 's|/lib/mozilla/plugins"|/lib/browser_plugins" ":" MOZILLA_PREFIX "/lib/browser_linux_plugins"|' \ ${WRKSRC}/embed/mozilla/mozilla-embed-single.cpp post-install: |