summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2007-09-23 12:05:44 +0000
committerwiz <wiz@pkgsrc.org>2007-09-23 12:05:44 +0000
commit2fb38c28709605efa651fca6a2399564a929ebd1 (patch)
tree1fd73bba284961688243ded5df88810f5af0652b /security
parent9553c3e461ccc15858242b679cbfb43ce57adcb4 (diff)
downloadpkgsrc-2fb38c28709605efa651fca6a2399564a929ebd1.tar.gz
Fix typo in comment.
Diffstat (limited to 'security')
-rw-r--r--security/gnupg2/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/security/gnupg2/Makefile b/security/gnupg2/Makefile
index 609d2b412a6..140b1ed0987 100644
--- a/security/gnupg2/Makefile
+++ b/security/gnupg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/09/23 12:02:02 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2007/09/23 12:05:44 wiz Exp $
#
DISTNAME= gnupg-2.0.6
@@ -44,7 +44,8 @@ TEST_TARGET= check
.include "options.mk"
# We are building a static pth library and linking against it
-# While this is not very satisfying, gpgme hangs in it's gpgsm tests if we depend on the shared (pkgsrc) pth library
+# While this is not very satisfying, gpgme hangs in its gpgsm tests
+# if we depend on the shared (pkgsrc) pth library
# We are also building libassuan here to get libassuan-pth.
pre-configure:
cd ${WRKDIR}/pth-2.0.7 && \