diff options
author | imura <imura@FreeBSD.org> | 2000-10-28 16:37:18 +0800 |
---|---|---|
committer | imura <imura@FreeBSD.org> | 2000-10-28 16:37:18 +0800 |
commit | 5b228cb44c8b88f00f8c7d8502bb687f54e8d3ae (patch) | |
tree | 95ae8e73acf927f910fc376f19f2a2e6c77e38a8 /devel/kdelibdocs | |
parent | 777547154106b4fa6c7cf65a1523d6b12d88d9f9 (diff) | |
download | freebsd-ports-gnome-5b228cb44c8b88f00f8c7d8502bb687f54e8d3ae.tar.gz freebsd-ports-gnome-5b228cb44c8b88f00f8c7d8502bb687f54e8d3ae.tar.zst freebsd-ports-gnome-5b228cb44c8b88f00f8c7d8502bb687f54e8d3ae.zip |
- Change maintainer to ports@FreeBSD.org of all my ports.
(only ja-linux-netscape is back to sada-san)
My short vacation finished and I have no longer
enough time to keep maintaining my ports.
- Move some local-distfiles from my site to asami-san's.
- Some cosmetic changes around removing kde*-i18n ports.
Diffstat (limited to 'devel/kdelibdocs')
-rw-r--r-- | devel/kdelibdocs/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/devel/kdelibdocs/Makefile b/devel/kdelibdocs/Makefile index b10978dc3833..cd682fefc1b7 100644 --- a/devel/kdelibdocs/Makefile +++ b/devel/kdelibdocs/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: kdelibdocs # Date created: 8 Feb 2000 -# Whom: imura@FreeBSD.org +# Whom: imura@af.airnet.ne.jp # # $FreeBSD$ # @@ -12,7 +12,7 @@ MASTER_SITES= ftp://129.187.206.68/pub/unix/ide/KDevelop/documentation/ \ ftp://gd.tuwien.ac.at/hci/KDevelop/documentation/ \ ftp://fara.cs.uni-potsdam.de/pub/kdevelop/documentation/ -MAINTAINER= imura@FreeBSD.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS?= kdecore.3:${PORTSDIR}/x11/kdelibs11 @@ -21,6 +21,4 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= "--with-qtdoc-dir=${X11BASE}/share/doc/qt/html" \ "--with-qt-includes=${X11BASE}/include/X11/qt" -PATCHDIR= ${.CURDIR}/files - .include <bsd.port.mk> |