pkgsrc-Changes archive

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

CVS commit: pkgsrc/audio/ncspot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed May 17 22:38:59 UTC 2023

Modified Files:
        pkgsrc/audio/ncspot: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.54 -r1.55 pkgsrc/audio/ncspot/Makefile

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

Modified files:

Index: pkgsrc/audio/ncspot/Makefile
diff -u pkgsrc/audio/ncspot/Makefile:1.54 pkgsrc/audio/ncspot/Makefile:1.55
--- pkgsrc/audio/ncspot/Makefile:1.54   Sat May  6 19:09:02 2023
+++ pkgsrc/audio/ncspot/Makefile        Wed May 17 22:38:59 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.54 2023/05/06 19:09:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.55 2023/05/17 22:38:59 wiz Exp $
 
 DISTNAME=      ncspot-0.13.2
 PKGREVISION=   1
@@ -18,8 +18,6 @@ USE_TOOLS+=                   pkg-config
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 PYTHON_FOR_BUILD_ONLY=         tool
 
-INSTALLATION_DIRS=     bin
-
 MAKE_ENV+=     OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=    -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 
@@ -27,10 +25,6 @@ CARGO_NO_DEFAULT_FEATURES=   YES
 
 .include "options.mk"
 
-do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/ncspot \
-               ${DESTDIR}${PREFIX}/bin
-
 .include "../../lang/python/tool.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index