diff options
-rw-r--r-- | devel/libpci/Makefile | 6 | ||||
-rw-r--r-- | devel/libpci/pkg-descr | 2 |
2 files changed, 3 insertions, 5 deletions
diff --git a/devel/libpci/Makefile b/devel/libpci/Makefile index 9f876b9cc7e2..c92beb0d6970 100644 --- a/devel/libpci/Makefile +++ b/devel/libpci/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: libpci # Date created: June 14, 2003 -# Whom: Samy Al Bahra <samy@kerneled.com> +# Whom: Samy Al Bahra <samy@kerneled.org> # # $FreeBSD$ # @@ -9,12 +9,12 @@ PORTNAME= libpci PORTVERSION= 2.1.11 PORTREVISION= 2 CATEGORIES= devel -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/ DISTNAME= pciutils-${PORTVERSION} -MAINTAINER= samy@kerneled.com +MAINTAINER= samy@kerneled.org COMMENT= PCI configuration space I/O made easy USE_BZIP2= yes diff --git a/devel/libpci/pkg-descr b/devel/libpci/pkg-descr index 6990d20f2301..f319f3d50e62 100644 --- a/devel/libpci/pkg-descr +++ b/devel/libpci/pkg-descr @@ -3,5 +3,3 @@ to PCI configuration registers. Supported platforms include Linux, FreeBSD, NetBSD and AIX. WWW: http://atrey.karlin.mff.cuni.cz/~mj/pciutils.html - -- Samy Al Bahra <samy@kerneled.com> |