pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/htmlq
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 17 21:44:11 UTC 2023
Modified Files:
pkgsrc/textproc/htmlq: Makefile
Log Message:
htmlq: use cargo.mk's install
To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/htmlq/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/htmlq/Makefile
diff -u pkgsrc/textproc/htmlq/Makefile:1.1 pkgsrc/textproc/htmlq/Makefile:1.2
--- pkgsrc/textproc/htmlq/Makefile:1.1 Tue May 3 19:21:29 2022
+++ pkgsrc/textproc/htmlq/Makefile Wed May 17 21:44:11 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2022/05/03 19:21:29 pin Exp $
+# $NetBSD: Makefile,v 1.2 2023/05/17 21:44:11 wiz Exp $
DISTNAME= htmlq-0.4.0
CATEGORIES= textproc www
@@ -10,10 +10,9 @@ HOMEPAGE= https://github.com/mgdm/htmlq/
COMMENT= Parse and extract HTML from the command line
LICENSE= mit
-INSTALLATION_DIRS+= bin share/doc/htmlq
+INSTALLATION_DIRS+= share/doc/htmlq
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/target/release/htmlq ${DESTDIR}${PREFIX}/bin
+post-install:
${INSTALL_DATA} ${WRKSRC}/README.md ${DESTDIR}${PREFIX}/share/doc/htmlq
.include "cargo-depends.mk"
Home |
Main Index |
Thread Index |
Old Index