pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libretro-snes9x: Use BUILD_DIRS



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Wed Nov 29 20:00:10 2017 +0000
Changeset:	d2b0ec0b1c7bf33ba97fb2333ccab8fca5ac2281

Modified Files:
	libretro-snes9x/Makefile

Log Message:
libretro-snes9x: Use BUILD_DIRS

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=d2b0ec0b1c7bf33ba97fb2333ccab8fca5ac2281

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libretro-snes9x/Makefile | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diffs:
diff --git a/libretro-snes9x/Makefile b/libretro-snes9x/Makefile
index e3a7fedc64..b265cfc2f3 100644
--- a/libretro-snes9x/Makefile
+++ b/libretro-snes9x/Makefile
@@ -10,7 +10,8 @@ LICENSE=	no-commercial-use
 
 GITHUB_PROJECT=	snes9x
 
-WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}/libretro
+WRKSRC=		${WRKDIR}/${GITHUB_PROJECT}-${GITHUB_TAG}
+BUILD_DIRS=	libretro
 
 USE_TOOLS=	gmake
 USE_LANGUAGES=	c c++
@@ -18,7 +19,7 @@ USE_LANGUAGES=	c c++
 INSTALLATION_DIRS+=	${PREFIX}/lib/libretro
 
 do-install:
-	${INSTALL_LIB} ${WRKSRC}/snes9x_libretro.so \
+	${INSTALL_LIB} ${WRKSRC}/libretro/snes9x_libretro.so \
 	    ${DESTDIR}${PREFIX}/lib/libretro/snes9x_libretro.so
 
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index