diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-30 13:38:51 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-11-30 13:38:51 +0800 |
commit | fe5728908cd07650fcb21e40a1ab6c6831ce88fb (patch) | |
tree | 5db54bdafefc2fc62783e0482b781de4baa7aa09 /www/epiphany | |
parent | b650876e963062651e843375d9035e795f8374d8 (diff) | |
download | freebsd-ports-gnome-fe5728908cd07650fcb21e40a1ab6c6831ce88fb.tar.gz freebsd-ports-gnome-fe5728908cd07650fcb21e40a1ab6c6831ce88fb.tar.zst freebsd-ports-gnome-fe5728908cd07650fcb21e40a1ab6c6831ce88fb.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: |