diff options
author | agc <agc@pkgsrc.org> | 2011-03-31 18:37:33 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2011-03-31 18:37:33 +0000 |
commit | 4c6ea94f656e807629ee14907f3c50ed13857d8b (patch) | |
tree | f79ef6e8f20cacf51da85c54482cdc8341928f1f /security/softhsm | |
parent | 6f280e7bc8b354aca5ef3e1459caf3bb0158e28c (diff) | |
download | pkgsrc-4c6ea94f656e807629ee14907f3c50ed13857d8b.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 |