diff options
author | snj <snj> | 2004-01-20 22:15:21 +0000 |
---|---|---|
committer | snj <snj> | 2004-01-20 22:15:21 +0000 |
commit | 1c91c46bce5cf453e5349cb60f8b05e7fdc7d9a3 (patch) | |
tree | 5f3cda5d62f8b2db156108e2cb5e4cca5f40035b /security | |
parent | e7ef6a6a11720201b4788679ef39d10c9b7015cf (diff) | |
download | pkgsrc-1c91c46bce5cf453e5349cb60f8b05e7fdc7d9a3.tar.gz |
s/it's/its/
Diffstat (limited to 'security')
-rw-r--r-- | security/pks/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/pks/Makefile b/security/pks/Makefile index 1b74d40e53b..94351ff95c3 100644 --- a/security/pks/Makefile +++ b/security/pks/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/01/28 22:04:07 jlam Exp $ +# $NetBSD: Makefile,v 1.13 2004/01/20 22:17:55 snj Exp $ DISTNAME= pks-0.9.4 CATEGORIES= security www @@ -21,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --datadir=${PREFIX}/share/pks CONFIGURE_ARGS+= --localstatedir=/var/pks # -# pksd doesn't actually look for it's config file anywhere; it must be +# pksd doesn't actually look for its config file anywhere; it must be # specified directly on the command-line. Setting sysconfdir here just # causes the example pksd.conf file to be installed at the named location. # |