pkgsrc-WIP-changes archive

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

spotifyd: remove leftovers



Module Name:	pkgsrc-wip
Committed By:	pin <voidpin%protonmail.com@localhost>
Pushed By:	pin
Date:		Tue Jul 11 08:53:35 2023 +0200
Changeset:	ca92be6217e594463befb0dc7abf9ae8293139d5

Modified Files:
	spotifyd/Makefile

Log Message:
spotifyd: remove leftovers

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ca92be6217e594463befb0dc7abf9ae8293139d5

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

diffstat:
 spotifyd/Makefile | 5 -----
 1 file changed, 5 deletions(-)

diffs:
diff --git a/spotifyd/Makefile b/spotifyd/Makefile
index 4d1f22d0d6..1aec50af3d 100644
--- a/spotifyd/Makefile
+++ b/spotifyd/Makefile
@@ -14,17 +14,12 @@ LICENSE=	gnu-gpl-v3
 
 USE_TOOLS+=	pkg-config
 
-#INSTALLATION_DIRS+=	bin
-
 MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.dbus}/lib
 
 CARGO_NO_DEFAULT_FEATURES=	YES
 
-#do-install:
-#	${INSTALL_PROGRAM} ${WRKSRC}/target/release/spotifyd ${DESTDIR}${PREFIX}/bin
-
 .include "options.mk"
 
 .include "../../lang/rust/cargo.mk"


Home | Main Index | Thread Index | Old Index