diff options
author | Alex Dupre <ale@FreeBSD.org> | 2007-09-18 12:36:58 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2007-09-18 12:36:58 +0000 |
commit | d7bdf1188acebfd4baae13acfdb761b344a4a021 (patch) | |
tree | bd01ffc08cee2ef6a4388c08e3c7aee9779bf63b /security/pkcs11-helper | |
parent | - File was rerolled (diff) |
Add COMMENT escaping.
Notes
Notes:
svn path=/head/; revision=199698
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index fd06b96ff951..e4d62a632062 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -11,7 +11,7 @@ CATEGORIES= security devel MASTER_SITES= http://www.opensc-project.org/files/${PORTNAME}/ MAINTAINER= ale@FreeBSD.org -COMMENT= A helper library for multiple PKCS#11 providers +COMMENT= A helper library for multiple PKCS\#11 providers USE_BZIP2= yes USE_OPENSSL= yes |