pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/asdf Switch to INSTALL_SCRIPT for script file



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4a3806f93a71
branches:  trunk
changeset: 390714:4a3806f93a71
user:      abs <abs%pkgsrc.org@localhost>
date:      Tue Dec 27 20:04:30 2022 +0000

description:
Switch to INSTALL_SCRIPT for script file

diffstat:

 devel/asdf/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 6110222c1b9a -r 4a3806f93a71 devel/asdf/Makefile
--- a/devel/asdf/Makefile       Tue Dec 27 19:55:48 2022 +0000
+++ b/devel/asdf/Makefile       Tue Dec 27 20:04:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/12/27 16:11:00 schmonz Exp $
+# $NetBSD: Makefile,v 1.2 2022/12/27 20:04:30 abs Exp $
 
 DISTNAME=              asdf-0.11.0
 CATEGORIES=            devel
@@ -30,7 +30,7 @@
 SUBST_SED.lib=         -e 's|\$$(dirname "\$$(dirname "\$$0")")/lib|${PREFIX}/share/${PKGBASE}/lib|g'
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/bin/asdf \
+       ${INSTALL_SCRIPT} ${WRKSRC}/bin/asdf \
                ${DESTDIR}${PREFIX}/bin/
        ${INSTALL_DATA} ${WRKSRC}/help.txt \
                ${DESTDIR}${PREFIX}/share/${PKGBASE}/



Home | Main Index | Thread Index | Old Index