aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/higan
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-04-23 09:06:19 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-04-23 09:06:19 +0800
commit9e2088ce27e7c50153b02ef195d6c0b731fe9fb0 (patch)
tree87f744133b21732f9338200cdabf016d89afaedd /emulators/higan
parent0f885a90468db2012c3a449f6d69eddb4d6f7ea0 (diff)
downloadfreebsd-ports-gnome-9e2088ce27e7c50153b02ef195d6c0b731fe9fb0.tar.gz
freebsd-ports-gnome-9e2088ce27e7c50153b02ef195d6c0b731fe9fb0.tar.zst
freebsd-ports-gnome-9e2088ce27e7c50153b02ef195d6c0b731fe9fb0.zip
- Fix path to data directory
- While here, don't remove mtree directory PR: 188834 Submitted by: Naram Qashat <cyberbotx@cyberbotx.com> (maintainer) MFH: 2014Q2
Diffstat (limited to 'emulators/higan')
-rw-r--r--emulators/higan/Makefile3
-rw-r--r--emulators/higan/pkg-plist1
2 files changed, 2 insertions, 2 deletions
diff --git a/emulators/higan/Makefile b/emulators/higan/Makefile
index f04fafd25600..cb10bfca2e98 100644
--- a/emulators/higan/Makefile
+++ b/emulators/higan/Makefile
@@ -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' \
diff --git a/emulators/higan/pkg-plist b/emulators/higan/pkg-plist
index cd0aae5c1bed..7d76bf17051c 100644
--- a/emulators/higan/pkg-plist
+++ b/emulators/higan/pkg-plist
@@ -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