diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-06 15:52:25 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-06 15:52:25 +0000 |
commit | 0a498c759a59ba2154ba7a0037566e384e3f0005 (patch) | |
tree | c27edbb0e376b3c335c8e14cd4658bd7f0c18537 /sysutils/modules/Makefile | |
parent | 945b93bc74a64c20bc0727b33af2cbb11755cc33 (diff) |
Notes
Diffstat (limited to 'sysutils/modules/Makefile')
-rw-r--r-- | sysutils/modules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/modules/Makefile b/sysutils/modules/Makefile index e7c8ea1f27cd..f9dd6d6aef17 100644 --- a/sysutils/modules/Makefile +++ b/sysutils/modules/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 3.1.6 CATEGORIES= sysutils tcl MASTER_SITES= SF/${PORTNAME}/Modules/${PORTNAME}-${PORTVERSION} -MAINTAINER= hokan@me.umn.edu +MAINTAINER= ports@FreeBSD.org COMMENT= Dynamic modification of a user's environment LIB_DEPENDS= tcl${TCL_VER}:${PORTSDIR}/lang/tcl${TCL_VER} |