Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/setquota setquota: simply "only for netbsd an...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/90a34d86c5ff
branches:  trunk
changeset: 428606:90a34d86c5ff
user:      maya <maya%pkgsrc.org@localhost>
date:      Wed Apr 29 20:20:49 2020 +0000

description:
setquota: simply "only for netbsd and netbsd<6" to "!netbsd".

diffstat:

 sysutils/setquota/Makefile |  6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diffs (23 lines):

diff -r 3808f4a100d6 -r 90a34d86c5ff sysutils/setquota/Makefile
--- a/sysutils/setquota/Makefile        Wed Apr 29 20:16:20 2020 +0000
+++ b/sysutils/setquota/Makefile        Wed Apr 29 20:20:49 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2012/10/23 19:51:23 asau Exp $
+# $NetBSD: Makefile,v 1.16 2020/04/29 20:20:49 maya Exp $
 #
 
 DISTNAME=      setquota-0.1
@@ -11,12 +11,10 @@
 COMMENT=       Command line quota tools
 
 # BSD oriented, haven't checked on other environment now
-ONLY_FOR_PLATFORM=     NetBSD-*-* DragonFly-*-*
-
 # not portable to netbsd-6 and up quota system
 # (would be easier to rewrite it than to patch it, if there's any interest
 # bug dholland)
-NOT_FOR_PLATFORM=      NetBSD-[6-9]*-*
+ONLY_FOR_PLATFORM=     DragonFly-*-*
 
 WRKSRC=                ${WRKDIR}/setquota/
 



Home | Main Index | Thread Index | Old Index