noticed by OBATA Akio per mail to pkgsrc-users. This makes most sense to me since gnupg2 doesn't install a gpg-zip intentionally. Since possible clients of gpg-zip should have a dependency on gnupg1, we can't take over easily. Once we are sure that gnupg2 can fully replace gnupg1, we might consider to install eg symlinks gpg->gpg2 etc and make gnupg1 obsolete, but this needs careful testing.
13 lines
548 B
Text
13 lines
548 B
Text
$NetBSD: patch-ak,v 1.1 2009/12/16 18:52:49 drochner Exp $
|
|
|
|
--- doc/Makefile.am.orig 2009-12-16 18:23:55.000000000 +0000
|
|
+++ doc/Makefile.am
|
|
@@ -67,7 +67,7 @@ myman_sources = gnupg7.texi gpg.texi gpg
|
|
myman_pages = gpg2.1 gpgsm.1 gpg-agent.1 scdaemon.1 gpgv2.1 \
|
|
watchgnupg.1 gpgconf.1 addgnupghome.8 gpg-preset-passphrase.1 \
|
|
gpg-connect-agent.1 gpgparsemail.1 symcryptrun.1 \
|
|
- gpgsm-gencert.sh.1 applygnupgdefaults.8 gpg-zip.1
|
|
+ gpgsm-gencert.sh.1 applygnupgdefaults.8
|
|
|
|
man_MANS = $(myman_pages)
|
|
noinst_MANS = gnupg.7
|