CABot is a set of scripts that help managing some parts of a PGP keysigning process. It sends encrypted challenges to UIDs of an OpenPGP key, analyses the replies and assists the key owner in signing them.
13 lines
420 B
Text
13 lines
420 B
Text
$NetBSD: patch-aa,v 1.1.1.1 2005/11/12 23:59:31 jtonio Exp $
|
|
|
|
--- Makefile.in.orig 2005-11-13 00:36:35.000000000 +0100
|
|
+++ Makefile.in
|
|
@@ -153,7 +153,7 @@ target_alias = @target_alias@
|
|
CONFIGURE_DEPENDENCIES = $(top_srcdir)/VERSION.m4
|
|
|
|
# Perl module
|
|
-perlmoddir = $(datadir)/perl5
|
|
+perlmoddir = ${PKG_PERL5_SITELIB}
|
|
perlmod_DATA = Cabot.pm
|
|
SUBDIRS = doc
|
|
bin_SCRIPTS = ca-createsendout ca-dosign ca-recv ca-sendout
|