aboutsummaryrefslogtreecommitdiff
path: root/security/libmcrypt
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2004-06-06 19:48:59 +0000
committerThierry Thomas <thierry@FreeBSD.org>2004-06-06 19:48:59 +0000
commitdfb6247606d28ac95146ec40ba36394e9f58ae20 (patch)
tree9cc883315f75d300c18ce6a05fac4dbac6138217 /security/libmcrypt
parentbd4b65f44d069f99b5f1e28bef682df0f792ce30 (diff)
downloadports-dfb6247606d28ac95146ec40ba36394e9f58ae20.tar.gz
ports-dfb6247606d28ac95146ec40ba36394e9f58ae20.zip
Fix pkg-descr and COMMENT.
PR: ports/67633 Submitted by: Linh Pham
Notes
Notes: svn path=/head/; revision=110960
Diffstat (limited to 'security/libmcrypt')
-rw-r--r--security/libmcrypt/Makefile2
-rw-r--r--security/libmcrypt/pkg-descr2
2 files changed, 2 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile
index 4f984597b5c8..4e6dedb83e33 100644
--- a/security/libmcrypt/Makefile
+++ b/security/libmcrypt/Makefile
@@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME:S/lib//}
MAINTAINER= ports@FreeBSD.org
-COMMENT= Multi-cipher cryptographic library (used in PHP3)
+COMMENT= Multi-cipher cryptographic library (used in PHP)
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
diff --git a/security/libmcrypt/pkg-descr b/security/libmcrypt/pkg-descr
index a5d8c0f8bc12..347598cb7042 100644
--- a/security/libmcrypt/pkg-descr
+++ b/security/libmcrypt/pkg-descr
@@ -1,7 +1,7 @@
libmcrypt is a cryptographic library that conveniently brings together
a variety of ciphers for convenient use.
-In particular, having libmcrypt allows you to build PHP3 with
+In particular, having libmcrypt allows you to build PHP with
encryption.
WWW: http://mcrypt.sourceforge.net/