Fix minor problems. Display MESSAGE when the package is installed.

This commit is contained in:
fgsch 1999-02-05 07:14:21 +00:00
parent c9ed5fc688
commit dafd993a63
3 changed files with 25 additions and 8 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1.1.1 1999/02/05 05:05:19 fgsch Exp $
# $OpenBSD: Makefile,v 1.2 1999/02/05 07:14:21 fgsch Exp $
DISTNAME= pgp50i-unix-src
PKGNAME= pgp-5.0i
@ -86,6 +86,6 @@ pre-configure:
pre-install:
-${MKDIR} ${PREFIX}/lib/pgp5
@${INSTALL_DATA} ${WRKSRC}/language50.txt ${PREFIX}/lib/pgp
@${INSTALL_DATA} ${WRKSRC}/language50.txt ${PREFIX}/lib/pgp5
.include <bsd.port.mk>

View File

@ -1,17 +1,13 @@
--- man/pgp.1.orig Sat Feb 7 17:08:26 1998
+++ man/pgp.1 Mon Jan 25 23:59:40 1999
@@ -1,38 +1,38 @@
@@ -1,5 +1,5 @@
.\"
-.\" pgp.1
+.\" pgp5.1
.\"
.\" Copyright (C) 1997 Pretty Good Privacy, Inc. All rights reserved.
.\"
.\" $Id: patch-ad,v 1.1.1.1 1999/02/05 05:05:19 fgsch Exp $
.\"
.\" Process this file with
.\" groff -man -Tascii pgp.1
.\"
@@ -11,28 +11,28 @@
-.TH PGP 1 "JULY 1997 (v5.0)" PGP "User Manual"
+.TH PGP5 1 "JULY 1997 (v5.0)" PGP "User Manual"
.SH NAME

21
security/pgp5/pkg/MESSAGE Normal file
View File

@ -0,0 +1,21 @@
----------------------------------------------------------------------
There are a number of large changes from the 2.6.2 distribution. Most
notable is that the command line has changed substantially. See
the pgp5(1) man page for a discussion of how to use the new command
line.
Also, to allow easy interoperation with older versions on the same
system, a number of filename changes have been made:
~/.pgp/pubring.pgp is now ~/.pgp/pubring.pkr
~/.pgp/secring.pgp is now ~/.pgp/secring.skr
~/.pgp/config.txt is now ~/.pgp/pgp.cfg
~/.pgp/language.txt is now ~/.pgp/language50.txt
The application will NOT automatically migrate these files for you; if
you wish to retain your existing keyrings and configuration files, you
should copy them yourself. Note that copying language.txt to
language50.txt is a decidedly bad idea. Also note that language50.txt
is entirely optional; US English is the only language it contains at
this time.
----------------------------------------------------------------------