pkgsrc-WIP-changes archive

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

py-wahcade: fix dependency paths



Module Name:	pkgsrc-wip
Committed By:	Benny Siegert <bsiegert%gmail.com@localhost>
Pushed By:	bsiegert
Date:		Fri Dec 14 18:11:24 2018 +0100
Changeset:	03c6df8b2083fe74c3e548653301d38d2cbf0cd3

Modified Files:
	py-wahcade/Makefile

Log Message:
py-wahcade: fix dependency paths

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

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

diffstat:
 py-wahcade/Makefile | 7 -------
 1 file changed, 7 deletions(-)

diffs:
diff --git a/py-wahcade/Makefile b/py-wahcade/Makefile
index 3f47142f5a..e1fc80a165 100644
--- a/py-wahcade/Makefile
+++ b/py-wahcade/Makefile
@@ -26,13 +26,6 @@ SUBST_MESSAGE.share=	Fixing DATADIR.
 SUBST_SED.share=	-e "s|os.getcwd()|'${PREFIX}/share/games/wahcade/'|1"
 SUBST_STAGE.share=	post-patch
 
-do-build:
-	cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} && ${PYTHONBIN} setup.py build
-
-do-install:
-	cd ${WRKSRC} && ${SETENV} ${INSTALL_ENV} && \
-		${PYTHONBIN} setup.py install --root=${DESTDIR}
-
 post-install:
 	${RM} ${DESTDIR}${PREFIX}/bin/wahcade*.py
 	${LN} -fs ${DESTDIR}${PREFIX}/share/games/wahcade/wahcade.py \


Home | Main Index | Thread Index | Old Index