pkgsrc-WIP-changes archive

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

py-llvm-lit-netbsd: Drop bin/llvm-lit-${PYVERSSUFFIX}



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Fri Jun 16 16:18:09 2017 +0200
Changeset:	d6c3aa0116b7254d550a152c35a62896a140f733

Modified Files:
	py-llvm-lit-netbsd/Makefile
	py-llvm-lit-netbsd/PLIST

Log Message:
py-llvm-lit-netbsd: Drop bin/llvm-lit-${PYVERSSUFFIX}

This file is no longer needed as package installs bin/lit.

Sponsored by <The NetBSD Foundation>

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

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

diffstat:
 py-llvm-lit-netbsd/Makefile | 4 ----
 py-llvm-lit-netbsd/PLIST    | 1 -
 2 files changed, 5 deletions(-)

diffs:
diff --git a/py-llvm-lit-netbsd/Makefile b/py-llvm-lit-netbsd/Makefile
index c0626cdfc4..8b26e5bf2a 100644
--- a/py-llvm-lit-netbsd/Makefile
+++ b/py-llvm-lit-netbsd/Makefile
@@ -14,9 +14,5 @@ PYSETUPSUBDIR=	utils/lit
 
 INSTALLATION_DIRS=	bin
 
-post-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/utils/lit/lit.py \
-		${DESTDIR}${PREFIX}/bin/llvm-lit-${PYVERSSUFFIX}
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-llvm-lit-netbsd/PLIST b/py-llvm-lit-netbsd/PLIST
index 63f3d37132..ec5f249dd0 100644
--- a/py-llvm-lit-netbsd/PLIST
+++ b/py-llvm-lit-netbsd/PLIST
@@ -1,6 +1,5 @@
 @comment $NetBSD$
 bin/lit
-bin/llvm-lit-${PYVERSSUFFIX}
 ${PYSITELIB}/lit-0.6.0.dev0${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/lit-0.6.0.dev0${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/lit-0.6.0.dev0${EGG_INFODIR}/dependency_links.txt


Home | Main Index | Thread Index | Old Index