pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dust



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 21:21:47 UTC 2023

Modified Files:
        pkgsrc/sysutils/dust: Makefile

Log Message:
dust: use cargo.mk's install


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/dust/Makefile

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

Modified files:

Index: pkgsrc/sysutils/dust/Makefile
diff -u pkgsrc/sysutils/dust/Makefile:1.15 pkgsrc/sysutils/dust/Makefile:1.16
--- pkgsrc/sysutils/dust/Makefile:1.15  Fri May  5 21:58:39 2023
+++ pkgsrc/sysutils/dust/Makefile       Wed May 17 21:21:47 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2023/05/05 21:58:39 pin Exp $
+# $NetBSD: Makefile,v 1.16 2023/05/17 21:21:47 wiz Exp $
 
 DISTNAME=      dust-0.8.6
 CATEGORIES=    sysutils
@@ -14,9 +14,7 @@ LICENSE=      apache-2.0
 
 INSTALLATION_DIRS=     bin ${PKGMANDIR}/man1 share/examples/dust
 
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dust \
-               ${DESTDIR}${PREFIX}/bin
+post-install:
        ${INSTALL_MAN} ${WRKSRC}/man-page/dust.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/dust.1
        ${INSTALL_DATA} ${WRKSRC}/config/config.toml \



Home | Main Index | Thread Index | Old Index