diff options
author | scrappy <scrappy@FreeBSD.org> | 2006-09-10 00:45:36 +0800 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 2006-09-10 00:45:36 +0800 |
commit | afd2b3f04127380ba09b9c32bd41343fa68331c7 (patch) | |
tree | e5e70a89fb8b3156fe907096bd7077d520f0392e /sysutils/bsdstats/Makefile | |
parent | e8c081488a64f654e18a1076e89948da89161aee (diff) | |
download | freebsd-ports-gnome-afd2b3f04127380ba09b9c32bd41343fa68331c7.tar.gz freebsd-ports-gnome-afd2b3f04127380ba09b9c32bd41343fa68331c7.tar.zst freebsd-ports-gnome-afd2b3f04127380ba09b9c32bd41343fa68331c7.zip |
Clean up the code a wee bit, since the non-FreeBSD case(s), where OSs don't
have pciconf, just keeps growing ...
Fix up code for use of /etc/rc.conf.local for those systems that don't use
periodic.conf
Submitted by: Thorsten Glaser <tg@mirbsd.de>
Diffstat (limited to 'sysutils/bsdstats/Makefile')
-rw-r--r-- | sysutils/bsdstats/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bsdstats/Makefile b/sysutils/bsdstats/Makefile index 4a234d73c086..9182a14e551a 100644 --- a/sysutils/bsdstats/Makefile +++ b/sysutils/bsdstats/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bsdstats -PORTVERSION= 3.8 +PORTVERSION= 3.9 CATEGORIES= sysutils DISTFILES= |