pkgsrc-WIP-changes archive

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

gitsome: Do not install bin/*.bat



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu May 9 17:33:26 2019 +0200
Changeset:	0d11abdde48b2ce5bb64e701ba11675b17904831

Modified Files:
	gitsome/Makefile
	gitsome/PLIST

Log Message:
gitsome: Do not install bin/*.bat

Probably they are not very useful/usable on most pkgsrc platforms!

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

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

diffstat:
 gitsome/Makefile | 4 ++++
 gitsome/PLIST    | 2 --
 2 files changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/gitsome/Makefile b/gitsome/Makefile
index 4b7f167e4d..0911861884 100644
--- a/gitsome/Makefile
+++ b/gitsome/Makefile
@@ -24,5 +24,9 @@ DEPENDS+=	${PYPKGPREFIX}-uritemplate>=1.0.0:../../textproc/py-uritemplate
 
 USE_LANGUAGES=	# none
 
+post-install:
+	${RM} ${DESTDIR}${PREFIX}/bin/gitsome.bat
+	${RM} ${DESTDIR}${PREFIX}/bin/xonsh.bat
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/gitsome/PLIST b/gitsome/PLIST
index 4c12e6d502..bd41a6dfa2 100644
--- a/gitsome/PLIST
+++ b/gitsome/PLIST
@@ -1,9 +1,7 @@
 @comment $NetBSD$
 bin/gh
 bin/gitsome
-bin/gitsome.bat
 bin/xonsh
-bin/xonsh.bat
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt


Home | Main Index | Thread Index | Old Index