diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 11:29:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2001-03-24 11:29:07 +0000 |
commit | 3126eadb1cebad760cfa17f62f5daaa5bdc529c8 (patch) | |
tree | fac6339ab6d0e70b2e7f2773da75655a62fa1f1e | |
parent | Update to version 3.0.b2.23 (diff) |
Fix maintainer line.
Notes
Notes:
svn path=/head/; revision=40313
-rw-r--r-- | security/mcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/mcrypt/Makefile b/security/mcrypt/Makefile index 3e86c27d000f..eb15bcf3dcd1 100644 --- a/security/mcrypt/Makefile +++ b/security/mcrypt/Makefile @@ -14,7 +14,7 @@ MASTER_SITES= ftp://argeas.cs-net.gr/pub/unix/mcrypt/ \ ftp://ftp.ntua.gr/pub/security/mcrypt/ # http://mcrypt.hellug.gr/mcrypt/ -MAINTAINER= Trevor Johnson <trevor@FreeBSD.org> +MAINTAINER= trevor@FreeBSD.org LIB_DEPENDS= mcrypt.4:${PORTSDIR}/security/libmcrypt/ \ mhash.2:${PORTSDIR}/security/mhash/ \ |