pkgsrc-WIP-changes archive

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

py-whichcraft: Fix path to distutils.mk, remove unnecessary line.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Tue Feb 23 17:28:36 2016 +0100
Changeset:	303a0ecc73c522af6321e53807ac0ba98d7ea796

Modified Files:
	py-whichcraft/Makefile

Log Message:
py-whichcraft: Fix path to distutils.mk, remove unnecessary line.

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

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

diffstat:
 py-whichcraft/Makefile | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diffs:
diff --git a/py-whichcraft/Makefile b/py-whichcraft/Makefile
index d903477..1811463 100644
--- a/py-whichcraft/Makefile
+++ b/py-whichcraft/Makefile
@@ -16,7 +16,5 @@ DEPENDS+=	${PYPKGPREFIX}-wheel>=0.23.0:../../wip/py-wheel
 
 USE_LANGUAGES=	# none
 
-WRKSRC=	${WRKDIR}/${DISTNAME}
-
-.include "../../mk/distutils.mk"
+.include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index