diff options
author | wiz <wiz> | 2002-03-14 12:33:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-03-14 12:33:00 +0000 |
commit | 9fec695a86a46167e41ca5c7f3ba463e4d827038 (patch) | |
tree | 7bdcd1e22c1c6bc3e951cd7e086a00853c6309ca /security/pgp5 | |
parent | 72a2daaf87bccbb566ddfe75da88a789108d18b9 (diff) | |
download | pkgsrc-9fec695a86a46167e41ca5c7f3ba463e4d827038.tar.gz |
Standardize patches.
Diffstat (limited to 'security/pgp5')
-rw-r--r-- | security/pgp5/patches/patch-ab | 65 | ||||
-rw-r--r-- | security/pgp5/patches/patch-ae | 26 |
2 files changed, 36 insertions, 55 deletions
diff --git a/security/pgp5/patches/patch-ab b/security/pgp5/patches/patch-ab index b0366462d07..91ca790b91d 100644 --- a/security/pgp5/patches/patch-ab +++ b/security/pgp5/patches/patch-ab @@ -1,40 +1,27 @@ -$NetBSD: patch-ab,v 1.4 1998/12/31 15:14:11 frueauf Exp $ +$NetBSD: patch-ab,v 1.5 2002/03/14 12:33:00 wiz Exp $ -*** apps/pgp/Makefile.in.orig Sat Feb 7 20:54:56 1998 ---- apps/pgp/Makefile.in Thu Dec 31 16:03:23 1998 -*************** -*** 7,11 **** - # - -! PROG = pgp - INSTALLPROGS = $(PROG) - ---- 7,11 ---- - # - -! PROG = pgp5 - INSTALLPROGS = $(PROG) - -*************** -*** 22,31 **** - install:: $(PROG) - ( \ -! $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir); \ - cd $(DESTDIR)$(bindir); \ - $(RM) pgpe pgps pgpv pgp_old; \ -! $(LN_S) pgp pgpe; \ -! $(LN_S) pgp pgps; \ -! $(LN_S) pgp pgpv; \ -! $(LN_S) pgp pgp_old \ - ) ---- 22,31 ---- - install:: $(PROG) - ( \ -! $(INSTALL) -m 755 pgp5 $(DESTDIR)$(bindir); \ - cd $(DESTDIR)$(bindir); \ - $(RM) pgpe pgps pgpv pgp_old; \ -! $(LN_S) pgp5 pgpe; \ -! $(LN_S) pgp5 pgps; \ -! $(LN_S) pgp5 pgpv; \ -! $(LN_S) pgp5 pgp_old \ - ) +--- apps/pgp/Makefile.in.orig Sat Feb 7 20:54:56 1998 ++++ apps/pgp/Makefile.in +@@ -7,5 +7,5 @@ + # + +-PROG = pgp ++PROG = pgp5 + INSTALLPROGS = $(PROG) + +@@ -22,10 +22,10 @@ + install:: $(PROG) + ( \ +- $(INSTALL) -m 755 pgp $(DESTDIR)$(bindir); \ ++ $(INSTALL) -m 755 pgp5 $(DESTDIR)$(bindir); \ + cd $(DESTDIR)$(bindir); \ + $(RM) pgpe pgps pgpv pgp_old; \ +- $(LN_S) pgp pgpe; \ +- $(LN_S) pgp pgps; \ +- $(LN_S) pgp pgpv; \ +- $(LN_S) pgp pgp_old \ ++ $(LN_S) pgp5 pgpe; \ ++ $(LN_S) pgp5 pgps; \ ++ $(LN_S) pgp5 pgpv; \ ++ $(LN_S) pgp5 pgp_old \ + ) diff --git a/security/pgp5/patches/patch-ae b/security/pgp5/patches/patch-ae index 648fb0f4dec..f4c590c4d9d 100644 --- a/security/pgp5/patches/patch-ae +++ b/security/pgp5/patches/patch-ae @@ -1,17 +1,11 @@ -$NetBSD: patch-ae,v 1.2 1998/12/31 15:14:11 frueauf Exp $ +$NetBSD: patch-ae,v 1.3 2002/03/14 12:33:00 wiz Exp $ -*** man/Makefile.in.orig Sat Feb 7 20:54:57 1998 ---- man/Makefile.in Thu Dec 31 16:08:48 1998 -*************** -*** 7,11 **** - # - -! MAN1=pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 - MAN5=pgp.cfg.5 - MAN7=pgp-integration.7 pgp-intro.7 ---- 7,11 ---- - # - -! MAN1=pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 - MAN5=pgp.cfg.5 - MAN7=pgp-integration.7 pgp-intro.7 +--- man/Makefile.in.orig Sat Feb 7 20:54:57 1998 ++++ man/Makefile.in +@@ -7,5 +7,5 @@ + # + +-MAN1=pgp.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 ++MAN1=pgp5.1 pgpe.1 pgpk.1 pgps.1 pgpv.1 + MAN5=pgp.cfg.5 + MAN7=pgp-integration.7 pgp-intro.7 |