pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/xurl



Module Name:    pkgsrc
Committed By:   pin
Date:           Tue Mar 29 10:41:49 UTC 2022

Modified Files:
        pkgsrc/www/xurl: Makefile

Log Message:
www/xurl: drop inactive project


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/xurl/Makefile

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

Modified files:

Index: pkgsrc/www/xurl/Makefile
diff -u pkgsrc/www/xurl/Makefile:1.2 pkgsrc/www/xurl/Makefile:1.3
--- pkgsrc/www/xurl/Makefile:1.2        Thu Aug  5 08:57:47 2021
+++ pkgsrc/www/xurl/Makefile    Tue Mar 29 10:41:49 2022
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.2 2021/08/05 08:57:47 pin Exp $
+# $NetBSD: Makefile,v 1.3 2022/03/29 10:41:49 pin Exp $
 
 DISTNAME=      xurl-0.1.0
 CATEGORIES=    www
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=squioc/}
 
-MAINTAINER=    pin%NetBSD.org@localhost
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/squioc/xurl/
 COMMENT=       Little tool to manipulate urls
 LICENSE=       mit
@@ -14,7 +14,8 @@ LICENSE=      mit
 INSTALLATION_DIRS=     bin
 
 do-install:
-       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/xurl ${DESTDIR}${PREFIX}/bin
+       ${INSTALL_PROGRAM} ${WRKSRC}/target/release/xurl \
+               ${DESTDIR}${PREFIX}/bin
 
 .include "../../lang/rust/cargo.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index