diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-03-21 20:42:29 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-03-21 20:42:29 +0000 |
commit | 790e4e763643b0e77c9f788ca676b85611cc5652 (patch) | |
tree | 91cf6a183b5732e23ee564e515de9c96f962e050 /graphics/gnash | |
parent | 5554627c9f8ad967653695770c4c49ec8fef5d8c (diff) |
Notes
Diffstat (limited to 'graphics/gnash')
-rw-r--r-- | graphics/gnash/Makefile | 4 | ||||
-rw-r--r-- | graphics/gnash/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/gnash/Makefile b/graphics/gnash/Makefile index f7c393a2c522..ffe34de7158a 100644 --- a/graphics/gnash/Makefile +++ b/graphics/gnash/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnash PORTVERSION= 0.8.10 -PORTREVISION= 24 +PORTREVISION= 25 CATEGORIES= graphics MASTER_SITES= http://git.savannah.gnu.org/cgit/gnash.git/snapshot/ DISTNAME= gnash-2b3bdede0305c4fc3ad21a0a4197330606c9b880 @@ -227,6 +227,8 @@ post-patch: ${WRKSRC}/libmedia/ffmpeg/VideoDecoderFfmpegVaapi.cpp post-install: + # eglinfo conflicts with mesa-demos + ${MV} ${STAGEDIR}/${PREFIX}/bin/eglinfo ${STAGEDIR}/${PREFIX}/bin/eglinfo-gnash .for conf in ${CONFIG_FILES} ${MV} ${STAGEDIR}/${SYSCONFIGDIR}/${conf} ${STAGEDIR}${SYSCONFIGDIR}/${conf}.dist .endfor diff --git a/graphics/gnash/pkg-plist b/graphics/gnash/pkg-plist index fda72ed7306f..315cc08ed2db 100644 --- a/graphics/gnash/pkg-plist +++ b/graphics/gnash/pkg-plist @@ -1,4 +1,4 @@ -bin/eglinfo +bin/eglinfo-gnash bin/gnash %%GTK2%%bin/gnash-gtk-launcher %%GTK2%%bin/gtk-gnash |