pkgsrc-WIP-changes archive

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

shellharden: use cargo.mk's install



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu May 18 00:40:23 2023 +0200
Changeset:	ef82e7239919b93fdf2646cb033c585ccc540811

Modified Files:
	shellharden/Makefile

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

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

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

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

diffs:
diff --git a/shellharden/Makefile b/shellharden/Makefile
index cf56e9ee4e..98b5c1a40d 100644
--- a/shellharden/Makefile
+++ b/shellharden/Makefile
@@ -12,10 +12,5 @@ LICENSE=	mpl-2.0
 
 USE_LANGUAGES=	c
 
-INSTALLATION_DIRS=	bin
-
-do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/target/release/shellharden ${DESTDIR}${PREFIX}/bin
-
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index