diff options
author | thierry <thierry@FreeBSD.org> | 2004-06-07 03:48:59 +0800 |
---|---|---|
committer | thierry <thierry@FreeBSD.org> | 2004-06-07 03:48:59 +0800 |
commit | dacea27f83a8daf3226293488d9f92dfb6a4bc04 (patch) | |
tree | 9310ec23431028b1f4592e4ae147c5c6563aff86 | |
parent | 3812dbc151a4f9e0b255d2bd6d198d463db1039b (diff) | |
download | freebsd-ports-graphics-dacea27f83a8daf3226293488d9f92dfb6a4bc04.tar.gz freebsd-ports-graphics-dacea27f83a8daf3226293488d9f92dfb6a4bc04.tar.zst freebsd-ports-graphics-dacea27f83a8daf3226293488d9f92dfb6a4bc04.zip |
Fix pkg-descr and COMMENT.
PR: ports/67633
Submitted by: Linh Pham
-rw-r--r-- | security/libmcrypt/Makefile | 2 | ||||
-rw-r--r-- | security/libmcrypt/pkg-descr | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/security/libmcrypt/Makefile b/security/libmcrypt/Makefile index 4f984597b5c..4e6dedb83e3 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 a5d8c0f8bc1..347598cb704 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/ |