Sat Apr 24 11:48:19 2021 UTC ()
setquota: remove dead link


(wiz)
diff -r1.16 -r1.17 pkgsrc/sysutils/setquota/Makefile

cvs diff -r1.16 -r1.17 pkgsrc/sysutils/setquota/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/setquota/Makefile 2020/04/29 20:20:49 1.16
+++ pkgsrc/sysutils/setquota/Makefile 2021/04/24 11:48:19 1.17
@@ -1,20 +1,19 @@ @@ -1,20 +1,19 @@
1# $NetBSD: Makefile,v 1.16 2020/04/29 20:20:49 maya Exp $ 1# $NetBSD: Makefile,v 1.17 2021/04/24 11:48:19 wiz Exp $
2# 
3 2
4DISTNAME= setquota-0.1 3DISTNAME= setquota-0.1
5PKGREVISION= 2 4PKGREVISION= 2
6CATEGORIES= sysutils 5CATEGORIES= sysutils
7MASTER_SITES= ftp://ftp.jurai.net/users/winter/ 6#MASTER_SITES= ftp://ftp.jurai.net/users/winter/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= # unknown 9HOMEPAGE= # unknown
11COMMENT= Command line quota tools 10COMMENT= Command line quota tools
12 11
13# BSD oriented, haven't checked on other environment now 12# BSD oriented, haven't checked on other environment now
14# not portable to netbsd-6 and up quota system 13# not portable to netbsd-6 and up quota system
15# (would be easier to rewrite it than to patch it, if there's any interest 14# (would be easier to rewrite it than to patch it, if there's any interest
16# bug dholland) 15# bug dholland)
17ONLY_FOR_PLATFORM= DragonFly-*-* 16ONLY_FOR_PLATFORM= DragonFly-*-*
18 17
19WRKSRC= ${WRKDIR}/setquota/ 18WRKSRC= ${WRKDIR}/setquota/
20 19