diff options
author | clsung <clsung@FreeBSD.org> | 2004-08-20 10:56:44 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2004-08-20 10:56:44 +0800 |
commit | 2314cdc1c79b86fa206d6a452e018515a4b3058f (patch) | |
tree | bb34b3c123b9b3162022bf28aacf0deeafb8bfe4 /security/botan | |
parent | b04e4c5037c043cbdc2248f05912a4ce0ff16f97 (diff) | |
download | freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.tar.gz freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.tar.zst freebsd-ports-gnome-2314cdc1c79b86fa206d6a452e018515a4b3058f.zip |
My territory, suggested by ijliao. :p
Approved by: vanilla (co-mentor)
Diffstat (limited to 'security/botan')
-rw-r--r-- | security/botan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/botan/Makefile b/security/botan/Makefile index 2bf91933c9cb..403df507aba2 100644 --- a/security/botan/Makefile +++ b/security/botan/Makefile @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= opencl DISTNAME= Botan-${PORTVERSION} EXTRACT_SUFX= .tgz -MAINTAINER= clsung@dragon2.net +MAINTAINER= clsung@FreeBSD.org COMMENT= A portable, easy to use, and efficient C++ crypto library USE_REINPLACE= yes |