diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2017-08-02 09:56:40 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2017-08-02 09:56:40 +0000 |
commit | e04f4016157e369cabab93078d611b9fc61e19a7 (patch) | |
tree | d76cf205e51db8f27c5de81fba413044cc051a34 /news/cnews/Makefile | |
parent | Appease portlint by reordering parts of the Makefile (diff) |
- remove obsolte option PGP2
Notes
Notes:
svn path=/head/; revision=447097
Diffstat (limited to 'news/cnews/Makefile')
-rw-r--r-- | news/cnews/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 6fb8e603bc1d..1ec5d87cef67 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -71,9 +71,8 @@ PLIST_SUB+= NEWSCTL_FILES="${NEWSCTL_FILES}" OPTIONS_DEFINE= SENDMAIL EXAMPLES OPTIONS_DEFAULT=PGPGPG OPTIONS_SINGLE= VERIFY -OPTIONS_SINGLE_VERIFY= PGP2 PGPIN PGPGPG +OPTIONS_SINGLE_VERIFY= PGPIN PGPGPG SENDMAIL_DESC= use sendmail instead of /bin/mail -PGP2_DESC= use pgp-2.6.3ia for control messages PGPIN_DESC= use pgp-2.6.3in for control messages PGPGPG_DESC= use pgpgpg for control messages |