diff options
author | Wesley Shields <wxs@FreeBSD.org> | 2009-09-09 19:19:13 +0000 |
---|---|---|
committer | Wesley Shields <wxs@FreeBSD.org> | 2009-09-09 19:19:13 +0000 |
commit | 1771683e1c8efd3094c5468d5980b3cda7ba37fc (patch) | |
tree | c3f54bbd2edf1a5f0fbe011776b34b5cf03f4681 /security/libtomcrypt | |
parent | 0f060f5e863c5ad335c22ca081e798e6b5304a37 (diff) | |
download | ports-1771683e1c8efd3094c5468d5980b3cda7ba37fc.tar.gz ports-1771683e1c8efd3094c5468d5980b3cda7ba37fc.zip |
Notes
Diffstat (limited to 'security/libtomcrypt')
-rw-r--r-- | security/libtomcrypt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/libtomcrypt/Makefile b/security/libtomcrypt/Makefile index 4c7da56b64d6..85fb20cc8f87 100644 --- a/security/libtomcrypt/Makefile +++ b/security/libtomcrypt/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://libtom.org/files/ \ http://www.atarininja.org/~wxs/distfiles/ DISTNAME= crypt-${PORTVERSION} -MAINTAINER= wxs@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Comprehensive, modular and portable cryptographic toolkit WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |