diff options
author | agc <agc> | 2011-03-31 18:37:33 +0000 |
---|---|---|
committer | agc <agc> | 2011-03-31 18:37:33 +0000 |
commit | 5a7962cad61dfee6545fa532e3b625ac032dcfb6 (patch) | |
tree | f79ef6e8f20cacf51da85c54482cdc8341928f1f /security/softhsm | |
parent | a624456db7422b3323566fa5284113b461d3b99b (diff) | |
download | pkgsrc-5a7962cad61dfee6545fa532e3b625ac032dcfb6.tar.gz |
Be consistent in the way we quote the '#' character
Diffstat (limited to 'security/softhsm')
-rw-r--r-- | security/softhsm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/softhsm/Makefile b/security/softhsm/Makefile index 364cf1f777e..701b176d837 100644 --- a/security/softhsm/Makefile +++ b/security/softhsm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/03/31 18:30:32 agc Exp $ +# $NetBSD: Makefile,v 1.7 2011/03/31 18:37:33 agc Exp $ # DISTNAME= softhsm-1.2.0 @@ -7,7 +7,7 @@ MASTER_SITES= http://www.opendnssec.org/files/source/ MAINTAINER= pettai@NetBSD.org HOMEPAGE= http://www.opendnssec.org/softhsm/ -COMMENT= Cryptographic store accessible through a PKCS11 interface +COMMENT= Cryptographic store accessible through a PKCS\#11 interface LICENSE= 2-clause-bsd PKG_DESTDIR_SUPPORT= user-destdir |