pkgsrc-WIP-changes archive

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

...



Module Name:	pkgsrc-wip
Committed By:	andyb <andyb%m42.one@localhost>
Pushed By:	andyb
Date:		Fri Mar 8 14:57:48 2019 +0100
Changeset:	362b0063a40794c917c5a91ce61929127a709dfe

Modified Files:
	q2pro/Makefile

Log Message:
...

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

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

diffstat:
 q2pro/Makefile | 10 ++++++++++
 1 file changed, 10 insertions(+)

diffs:
diff --git a/q2pro/Makefile b/q2pro/Makefile
index 8e4f332479..0d6219d032 100644
--- a/q2pro/Makefile
+++ b/q2pro/Makefile
@@ -21,6 +21,16 @@ WRKSRC=	${WRKDIR}/q2pro-master
 USE_LANGUAGES=	c
 USE_TOOLS+=	gmake
 
+do-install:
+	${INSTALL_PROGRAM} ${WRKSRC}/q2pro \
+		${DESTDIR}${PREFIX}/games/q2pro/q2pro
+	${INSTALL_PROGRAM} ${WRKSRC}/q2proded \
+		${DESTDIR}${PREFIX}/games/q2pro/q2proded
+	${INSTALL_PROGRAM} ${WRKSRC}/gamex86_64.so \
+		${DESTDIR}${PREFIX}/games/q2pro/baseq2/gamex86_64.so
+	${INSTALL_PROGRAM} ${WRKSRC}/src/client/ui/q2pro.menu \
+		${DESTDIR}${PREFIX}/games/q2pro/baseq2/2pro.menu
+
 .include "../../audio/openal-soft/buildlink3.mk"
 .include "../../devel/SDL2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index