diff options
author | dinoex <dinoex@FreeBSD.org> | 2017-03-22 04:42:29 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2017-03-22 04:42:29 +0800 |
commit | 21e59b00d8ad119430baf867a8da60d76c664699 (patch) | |
tree | 91cf6a183b5732e23ee564e515de9c96f962e050 /graphics/gnash | |
parent | 799214bb65ad1ab6f69ea33a14be856e751ae178 (diff) | |
download | freebsd-ports-gnome-21e59b00d8ad119430baf867a8da60d76c664699.tar.gz freebsd-ports-gnome-21e59b00d8ad119430baf867a8da60d76c664699.tar.zst freebsd-ports-gnome-21e59b00d8ad119430baf867a8da60d76c664699.zip |
- fix conflict with mesa-demos
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 |