head	1.4;
access;
symbols
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.3
	RELEASE_4_7_0:1.3
	RELEASE_4_6_2:1.3
	RELEASE_4_6_1:1.3
	RELEASE_4_6_0:1.3
	RELEASE_5_0_DP1:1.3
	RELEASE_4_5_0:1.3
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1;
locks; strict;
comment	@# @;


1.4
date	2003.11.08.11.48.04;	author markm;	state dead;
branches;
next	1.3;

1.3
date	2001.12.02.11.27.57;	author petef;	state Exp;
branches;
next	1.2;

1.2
date	2001.11.07.08.11.47;	author petef;	state Exp;
branches;
next	1.1;

1.1
date	99.03.17.11.52.46;	author markm;	state Exp;
branches;
next	;


desc
@@


1.4
log
@This software is old and unmaintained. Remove.
@
text
@--- apps/pgp/Makefile.in.orig	Sat Feb  7 21:54:56 1998
+++ apps/pgp/Makefile.in	Sun Feb 14 13:59:04 1999
@@@@ -7,7 +7,9 @@@@
 #
 
 PROG = pgp
-INSTALLPROGS = $(PROG)
+# Set this to "pgp5" if you want the keep old and new versions in parallel
+INSTPGP = pgp5
+INSTALLPROGS =
 
 COMMON=../common
 LOCALINCLUDES = -I$(COMMON) -I$(srcdir)/$(COMMON)
@@@@ -21,11 +23,11 @@@@
 
 install:: $(PROG)
 	(						\
-	    $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir);	\
+	    $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir)/$(INSTPGP);	\
 	    cd $(DESTDIR)$(bindir);			\
 	    $(RM) pgpe pgps pgpv pgp_old;		\
-	    $(LN_S) pgp pgpe;				\
-	    $(LN_S) pgp pgps;				\
-	    $(LN_S) pgp pgpv;				\
-	    $(LN_S) pgp pgpo				\
+	    $(LN_S) $(INSTPGP) pgpe;			\
+	    $(LN_S) $(INSTPGP) pgps;			\
+	    $(LN_S) $(INSTPGP) pgpv;			\
+	    $(LN_S) $(INSTPGP) pgpo;			\
 	)
@


1.3
log
@Argh, actually make my last commit to this patch do what was intended (don't
install "pgp_old", rather install "pgpo" as that is what the pgp5 binary
expects to be invoked as for the old-style command line).

Submitted by:	kris
@
text
@@


1.2
log
@Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.

PR:		16211
Approved by:	maintainer timeout
@
text
@d29 1
a29 1
+	    $(LN_S) $(INSTPGP) pgp_old			\
@


1.1
log
@Fix filenames so that this can co-exist with PGP 2.*
@
text
@d25 1
a25 1
-	    $(LN_S) pgp pgp_old				\
@

