1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00

- Fix path to data directory

- While here, don't remove mtree directory

PR:		188834
Submitted by:	Naram Qashat <cyberbotx@cyberbotx.com> (maintainer)
MFH:		2014Q2
This commit is contained in:
Dmitry Marakasov 2014-04-23 01:06:19 +00:00
parent 19415aaafc
commit 86c417e970
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=351898
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= higan
PORTVERSION= 0.94
PORTREVISION= 1
CATEGORIES= emulators
MASTER_SITES= http://byuu.org/files/ \
http://www.cyberbotx.com/higan/
@ -115,7 +116,7 @@ post-patch:
-e 's|%%AUDIO%%|${AUDIO_DRIVER}|' \
-e 's|%%INPUT%%|${INPUT_DRIVER}|' \
${WRKSRC}/target-ethos/Makefile
${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/|' \
${REINPLACE_CMD} -e 's|/usr/share/|${PREFIX}/share/|' \
${WRKSRC}/nall/string/platform.hpp
.if ${PORT_OPTIONS:MDEBUG}
${REINPLACE_CMD} -e 's|-O3|-g|g' \

View File

@ -17,7 +17,6 @@ share/applications/higan.desktop
%%DATADIR%%/shaders/Scanline.shader/manifest.bml
%%DATADIR%%/shaders/Scanline.shader/scanline.fs
share/pixmaps/higan.png
@dirrmtry share/pixmaps
@dirrm %%DATADIR%%/shaders/Scanline.shader
@dirrm %%DATADIR%%/shaders/Edge Detection.shader
@dirrm %%DATADIR%%/shaders/Curvature.shader