pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/setquota
Module Name: pkgsrc
Committed By: maya
Date: Wed Apr 29 20:20:49 UTC 2020
Modified Files:
pkgsrc/sysutils/setquota: Makefile
Log Message:
setquota: simply "only for netbsd and netbsd<6" to "!netbsd".
To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/sysutils/setquota/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/setquota/Makefile
diff -u pkgsrc/sysutils/setquota/Makefile:1.15 pkgsrc/sysutils/setquota/Makefile:1.16
--- pkgsrc/sysutils/setquota/Makefile:1.15 Tue Oct 23 19:51:23 2012
+++ pkgsrc/sysutils/setquota/Makefile Wed Apr 29 20:20:49 2020
@@ -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 @@ HOMEPAGE= # unknown
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