aboutsummaryrefslogtreecommitdiff
path: root/sysutils/pciutils
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-05-21 14:11:46 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-05-21 14:11:46 +0000
commit2ae5f9daf1b0b125719af03c172666233c0ecb70 (patch)
treee3987afd796a4c665351d3a62d43ddb17f47376c /sysutils/pciutils
parentd97c38cb1843ceca8025621505bcd898a171674b (diff)
downloadports-2ae5f9daf1b0b125719af03c172666233c0ecb70.tar.gz
ports-2ae5f9daf1b0b125719af03c172666233c0ecb70.zip
Notes
Diffstat (limited to 'sysutils/pciutils')
-rw-r--r--sysutils/pciutils/Makefile6
-rw-r--r--sysutils/pciutils/pkg-descr2
2 files changed, 3 insertions, 5 deletions
diff --git a/sysutils/pciutils/Makefile b/sysutils/pciutils/Makefile
index b662d7dfcf27..3e7c89790658 100644
--- a/sysutils/pciutils/Makefile
+++ b/sysutils/pciutils/Makefile
@@ -1,6 +1,6 @@
# New ports collection makefile for: pciutils
# Date created: June 12, 2003
-# Whom: Samy Al Bahra <samy@kerneled.com>
+# Whom: Samy Al Bahra <samy@kerneled.org>
#
# $FreeBSD$
#
@@ -9,11 +9,11 @@ PORTNAME= pciutils
PORTVERSION= 2.1.11
PORTREVISION= 1
CATEGORIES= sysutils
-MASTER_SITES= http://www.kerneled.com/freebsd/ports/ \
+MASTER_SITES= http://www.kerneled.org/files/FreeBSD-ports/ \
ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/ \
ftp://ftp.kernel.org/pub/software/utils/pciutils/
-MAINTAINER= samy@kerneled.com
+MAINTAINER= samy@kerneled.org
COMMENT= PCI configuration utilities
USE_BZIP2= yes
diff --git a/sysutils/pciutils/pkg-descr b/sysutils/pciutils/pkg-descr
index f62fab193dd3..636a2231bc57 100644
--- a/sysutils/pciutils/pkg-descr
+++ b/sysutils/pciutils/pkg-descr
@@ -6,5 +6,3 @@ device drivers) and `setpci' for manual configuration of PCI
devices.
WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html
-
-- Samy Al Bahra <samy@kerneled.com>