pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/py-confusable_homoglyphs Quickly added ALTE...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76ed9f55555b
branches:  trunk
changeset: 372580:76ed9f55555b
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Dec 10 16:46:16 2017 +0000

description:
Quickly added ALTERNATIVES

diffstat:

 converters/py-confusable_homoglyphs/ALTERNATIVES |  1 +
 converters/py-confusable_homoglyphs/Makefile     |  5 ++++-
 converters/py-confusable_homoglyphs/PLIST        |  4 ++--
 3 files changed, 7 insertions(+), 3 deletions(-)

diffs (34 lines):

diff -r 5a300485ee21 -r 76ed9f55555b converters/py-confusable_homoglyphs/ALTERNATIVES
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-confusable_homoglyphs/ALTERNATIVES  Sun Dec 10 16:46:16 2017 +0000
@@ -0,0 +1,1 @@
+bin/confusable_homoglyphs @PREFIX@/bin/confusable_homoglyphs@PYVERSSUFFIX@
diff -r 5a300485ee21 -r 76ed9f55555b converters/py-confusable_homoglyphs/Makefile
--- a/converters/py-confusable_homoglyphs/Makefile      Sun Dec 10 16:38:09 2017 +0000
+++ b/converters/py-confusable_homoglyphs/Makefile      Sun Dec 10 16:46:16 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2017/12/10 16:34:41 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/12/10 16:46:16 adam Exp $
 
 DISTNAME=      confusable_homoglyphs-3.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,5 +14,8 @@
 
 USE_LANGUAGES= # none
 
+post-install:
+       cd ${DESTDIR}${PREFIX}/bin && ${MV} confusable_homoglyphs confusable_homoglyphs${PYVERSSUFFIX} || ${TRUE}
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5a300485ee21 -r 76ed9f55555b converters/py-confusable_homoglyphs/PLIST
--- a/converters/py-confusable_homoglyphs/PLIST Sun Dec 10 16:38:09 2017 +0000
+++ b/converters/py-confusable_homoglyphs/PLIST Sun Dec 10 16:46:16 2017 +0000
@@ -1,5 +1,5 @@
-@comment $NetBSD: PLIST,v 1.1 2017/12/10 16:34:41 adam Exp $
-bin/confusable_homoglyphs
+@comment $NetBSD: PLIST,v 1.2 2017/12/10 16:46:16 adam Exp $
+bin/confusable_homoglyphs${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt



Home | Main Index | Thread Index | Old Index