diff options
author | trevor <trevor@FreeBSD.org> | 2001-03-24 19:29:07 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2001-03-24 19:29:07 +0800 |
commit | d9a9b2f18555aec0039a7f6704764f2ef261d0c7 (patch) | |
tree | 53298e0972f02ce7d9c7721746213c0b720b0309 /security | |
parent | e7dd3f5b5956b78800b934f04d63da717ce37c63 (diff) | |
download | freebsd-ports-gnome-d9a9b2f18555aec0039a7f6704764f2ef261d0c7.tar.gz freebsd-ports-gnome-d9a9b2f18555aec0039a7f6704764f2ef261d0c7.tar.zst freebsd-ports-gnome-d9a9b2f18555aec0039a7f6704764f2ef261d0c7.zip |
Fix maintainer line.
Diffstat (limited to 'security')
-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/ \ |