summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorpin <pin@pkgsrc.org>2022-03-29 10:41:49 +0000
committerpin <pin@pkgsrc.org>2022-03-29 10:41:49 +0000
commit5e3a06ea432700190ae71ee2a4d4998490d14edf (patch)
tree2b5c74e2d4b5a1749977c0925fb4e640af4de215 /www
parent072831cd62063906e6858071c1e91e50fa55c8d1 (diff)
downloadpkgsrc-5e3a06ea432700190ae71ee2a4d4998490d14edf.tar.gz
www/xurl: drop inactive project
Diffstat (limited to 'www')
-rw-r--r--www/xurl/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/www/xurl/Makefile b/www/xurl/Makefile
index 99e1e165622..924a2a5f3e5 100644
--- a/www/xurl/Makefile
+++ b/www/xurl/Makefile
@@ -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
+MAINTAINER= pkgsrc-users@NetBSD.org
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"