aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpetef <petef@FreeBSD.org>2001-12-02 19:27:57 +0800
committerpetef <petef@FreeBSD.org>2001-12-02 19:27:57 +0800
commitf56eb611c10117ea4ba7aff3577415a5bd17f592 (patch)
treeef34075b1ced2655a925508a8aea97e7260e49c1
parent951a4cd908eb226649a6fb01697b6c235bf450d1 (diff)
downloadfreebsd-ports-gnome-f56eb611c10117ea4ba7aff3577415a5bd17f592.tar.gz
freebsd-ports-gnome-f56eb611c10117ea4ba7aff3577415a5bd17f592.tar.zst
freebsd-ports-gnome-f56eb611c10117ea4ba7aff3577415a5bd17f592.zip
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
-rw-r--r--security/pgp5/files/patch-ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgp5/files/patch-ac b/security/pgp5/files/patch-ac
index bb15dfe9fbc4..8f78ce60569b 100644
--- a/security/pgp5/files/patch-ac
+++ b/security/pgp5/files/patch-ac
@@ -26,5 +26,5 @@
+ $(LN_S) $(INSTPGP) pgpe; \
+ $(LN_S) $(INSTPGP) pgps; \
+ $(LN_S) $(INSTPGP) pgpv; \
-+ $(LN_S) $(INSTPGP) pgp_old \
++ $(LN_S) $(INSTPGP) pgpo; \
)