diff options
author | Martin Matuska <mm@FreeBSD.org> | 2007-04-05 13:19:09 +0000 |
---|---|---|
committer | Martin Matuska <mm@FreeBSD.org> | 2007-04-05 13:19:09 +0000 |
commit | 8413b1b1d507a5020f304918c6668de2671ca2b5 (patch) | |
tree | 99f4f6de5278810cbf5599bf10cabc1a57a5e512 /devel | |
parent | 5892d5f208346812e8bd0b645fa7227d8fdd3d88 (diff) | |
download | ports-8413b1b1d507a5020f304918c6668de2671ca2b5.tar.gz ports-8413b1b1d507a5020f304918c6668de2671ca2b5.zip |
- updated maintainer e-mail address
Approved by: garga (mentor)
Notes
Notes:
svn path=/head/; revision=189288
Diffstat (limited to 'devel')
-rw-r--r-- | devel/smake/Makefile | 4 | ||||
-rw-r--r-- | devel/tclcl/Makefile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/devel/smake/Makefile b/devel/smake/Makefile index f03cfd2d4783..88b9978e437d 100644 --- a/devel/smake/Makefile +++ b/devel/smake/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: smake # Date created: 22 February 2005 -# Whom: Martin Matuska <martin@matuska.org> +# Whom: Martin Matuska <mm@FreeBSD.org> # # $FreeBSD$ # @@ -11,7 +11,7 @@ CATEGORIES= devel MASTER_SITES= ftp://ftp.berlios.de/pub/smake/alpha/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.a./a/} -MAINTAINER= martin@matuska.org +MAINTAINER= mm@FreeBSD.org COMMENT= Highly portable make program with automake features WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/.a.*//g} diff --git a/devel/tclcl/Makefile b/devel/tclcl/Makefile index 60213d93d859..c36079b60e1b 100644 --- a/devel/tclcl/Makefile +++ b/devel/tclcl/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel tcl84 tk84 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= otcl-tclcl -MAINTAINER= martin@matuska.org +MAINTAINER= mm@FreeBSD.org COMMENT= Tcl/C++ interface used by ns and nam LIB_DEPENDS= otcl:${PORTSDIR}/lang/otcl |