diff options
author | petef <petef@FreeBSD.org> | 2001-11-07 08:11:47 +0000 |
---|---|---|
committer | petef <petef@FreeBSD.org> | 2001-11-07 08:11:47 +0000 |
commit | 100e0b1d1da5f81afaa452f6ecc0091f108591fc (patch) | |
tree | dc03fe9d395d1228c688986d319b6a5ddade333f /security | |
parent | 1550bc65e7858d2c24358e6200d476357293ba6c (diff) | |
download | FreeBSD-ports-100e0b1d1da5f81afaa452f6ecc0091f108591fc.zip FreeBSD-ports-100e0b1d1da5f81afaa452f6ecc0091f108591fc.tar.gz |
Install pgp_old as pgpo, as that is the symlink expected by the pgp binary.
PR: 16211
Approved by: maintainer timeout
Diffstat (limited to 'security')
-rw-r--r-- | security/pgp5/files/patch-ac | 2 | ||||
-rw-r--r-- | security/pgp5/pkg-plist | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/pgp5/files/patch-ac b/security/pgp5/files/patch-ac index 2ff7c77..bb15dfe 100644 --- a/security/pgp5/files/patch-ac +++ b/security/pgp5/files/patch-ac @@ -22,7 +22,7 @@ - $(LN_S) pgp pgpe; \ - $(LN_S) pgp pgps; \ - $(LN_S) pgp pgpv; \ -- $(LN_S) pgp pgp_old \ +- $(LN_S) pgp pgpo \ + $(LN_S) $(INSTPGP) pgpe; \ + $(LN_S) $(INSTPGP) pgps; \ + $(LN_S) $(INSTPGP) pgpv; \ diff --git a/security/pgp5/pkg-plist b/security/pgp5/pkg-plist index a5acc8a..8e2b067 100644 --- a/security/pgp5/pkg-plist +++ b/security/pgp5/pkg-plist @@ -2,11 +2,11 @@ bin/pgp5 @exec ln -fs %D/%F %B/pgpe @exec ln -fs %D/%F %B/pgps @exec ln -fs %D/%F %B/pgpv -@exec ln -fs %D/%F %B/pgp_old +@exec ln -fs %D/%F %B/pgpo @unexec rm %B/pgpe @unexec rm %B/pgps @unexec rm %B/pgpv -@unexec rm %B/pgp_old +@unexec rm %B/pgpo bin/pgpk lib/libbn.a lib/libpgp.a |