diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-23 05:53:53 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-23 05:53:53 +0000 |
commit | 0bb0e1562d1c13254eb4a77ffaf369673eabbd4b (patch) | |
tree | 14bc53250cbb54e5c878e897449668ec9b1ec6df /editors | |
parent | Build with CXX and CXXFLAGS instead of CC and CFLAGS (fixes build on (diff) |
Grab all the qt2/kde2 ports with no maintainer and put them under kde@
maintainership.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fine/Makefile | 2 | ||||
-rw-r--r-- | editors/lfhex/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/editors/fine/Makefile b/editors/fine/Makefile index c8e4414b1450..6ff93e540c44 100644 --- a/editors/fine/Makefile +++ b/editors/fine/Makefile @@ -11,7 +11,7 @@ CATEGORIES= editors MASTER_SITES= http://www.lrv.fri.uni-lj.si/~bojank/ DISTNAME= ${PORTNAME}${PORTVERSION} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@freebsd.org NO_WRKSUBDIR= yes diff --git a/editors/lfhex/Makefile b/editors/lfhex/Makefile index 8eae840b7826..40c6d4176943 100644 --- a/editors/lfhex/Makefile +++ b/editors/lfhex/Makefile @@ -11,7 +11,7 @@ PORTVERSION= 0.3.2 CATEGORIES= editors MASTER_SITES= ftp://typedef.dnsalias.org/pub/lfhex/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= kde@freebsd.org LIB_DEPENDS= gnugetopt:${PORTSDIR}/devel/libgnugetopt |