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/pkcs11-helper | |
parent | 6f280e7bc8b354aca5ef3e1459caf3bb0158e28c (diff) | |
download | pkgsrc-4c6ea94f656e807629ee14907f3c50ed13857d8b.tar.gz |
Be consistent in the way we quote the '#' character
Diffstat (limited to 'security/pkcs11-helper')
-rw-r--r-- | security/pkcs11-helper/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pkcs11-helper/Makefile b/security/pkcs11-helper/Makefile index ef0c36c9c41..9852b49f518 100644 --- a/security/pkcs11-helper/Makefile +++ b/security/pkcs11-helper/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2009/09/15 20:03:47 spz Exp $ +# $NetBSD: Makefile,v 1.2 2011/03/31 18:37:34 agc Exp $ # DISTNAME= pkcs11-helper-1.06 @@ -8,7 +8,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.opensc-project.org/pkcs11-helper/ -COMMENT= Library that simplifies the interaction with PKCS#11 +COMMENT= Library that simplifies the interaction with PKCS\#11 LICENSE= modified-bsd # OR gnu-gpl-v2 PKG_DESTDIR_SUPPORT= user-destdir |