pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/asdf



Module Name:    pkgsrc
Committed By:   abs
Date:           Tue Dec 27 20:04:30 UTC 2022

Modified Files:
        pkgsrc/devel/asdf: Makefile

Log Message:
Switch to INSTALL_SCRIPT for script file


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/asdf/Makefile

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

Modified files:

Index: pkgsrc/devel/asdf/Makefile
diff -u pkgsrc/devel/asdf/Makefile:1.1 pkgsrc/devel/asdf/Makefile:1.2
--- pkgsrc/devel/asdf/Makefile:1.1      Tue Dec 27 16:11:00 2022
+++ pkgsrc/devel/asdf/Makefile  Tue Dec 27 20:04:30 2022
@@ -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_FILES.lib=      bin/asdf lib/commands/*
 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