aboutsummaryrefslogtreecommitdiff
path: root/emulators/fuse-roms
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-20 19:44:42 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-20 19:44:42 +0000
commitafe1d808628204b805986597b95822c42073c8bf (patch)
tree9d52f7431b92f0f9c1c904a6c45c54089c6756ad /emulators/fuse-roms
parenta3c7dc802360d08bc64ff0b8938fbfe16b561304 (diff)
downloadports-afe1d808628204b805986597b95822c42073c8bf.tar.gz
ports-afe1d808628204b805986597b95822c42073c8bf.zip
Use DISTFILES instead of DISTNAME to fix build.
Notes
Notes: svn path=/head/; revision=362363
Diffstat (limited to 'emulators/fuse-roms')
-rw-r--r--emulators/fuse-roms/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/fuse-roms/Makefile b/emulators/fuse-roms/Makefile
index 8e98d10e1fc7..663df97489b7 100644
--- a/emulators/fuse-roms/Makefile
+++ b/emulators/fuse-roms/Makefile
@@ -9,8 +9,7 @@ MASTER_SITES= ftp://mirror.switch.ch/pool/4/mirror/rpmfusion/nonfree/fedora/rele
ftp://ftp.pbone.net/mirror/rpmfusion.org/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \
ftp://ftp.icm.edu.pl/vol/rzm2/linux-rpmfusion/nonfree/fedora/releases/19/Everything/x86_64/os/:1 \
http://zxspectrum.it.omegahg.com/rom/:2
-DISTNAME= fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm:1 Opus-22.rom:2
-EXTRACT_SUFX=
+DISTFILES= fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm:1 Opus-22.rom:2
EXTRACT_ONLY= fuse-emulator-roms-0.9.0-5.fc19.noarch.rpm
MAINTAINER= wulf@cicgroup.ru
@@ -32,7 +31,7 @@ post-extract:
do-install:
${MKDIR} ${STAGEDIR}${DATADIR}
- cd ${WRKDIR}/usr/share/fuse && \
- ${INSTALL_DATA} ${ROMS} ${STAGEDIR}${DATADIR}
+ (cd ${WRKDIR}/usr/share/fuse && \
+ ${INSTALL_DATA} ${ROMS} ${STAGEDIR}${DATADIR})
.include <bsd.port.mk>