pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/dbcat



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb  6 14:23:37 UTC 2025

Modified Files:
        pkgsrc/textproc/dbcat: Makefile

Log Message:
dbcat: remove unnecessary do-install target

default target works


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/textproc/dbcat/Makefile

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

Modified files:

Index: pkgsrc/textproc/dbcat/Makefile
diff -u pkgsrc/textproc/dbcat/Makefile:1.3 pkgsrc/textproc/dbcat/Makefile:1.4
--- pkgsrc/textproc/dbcat/Makefile:1.3  Sat Jan 28 13:08:41 2023
+++ pkgsrc/textproc/dbcat/Makefile      Thu Feb  6 14:23:37 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2023/01/28 13:08:41 pin Exp $
+# $NetBSD: Makefile,v 1.4 2025/02/06 14:23:37 wiz Exp $
 
 DISTNAME=      dbcat-0.1.5
 CATEGORIES=    textproc
@@ -11,11 +11,5 @@ COMMENT=     Equivalent of cat(1) for viewin
 LICENSE=       mit
 
 .include "cargo-depends.mk"
-
-INSTALLATION_DIRS=     bin
-
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/dbcat ${DESTDIR}${PREFIX}/bin
-
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index