pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/pgpdump Use pkgsrc defined version of install...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bfae50cda163
branches:  trunk
changeset: 462647:bfae50cda163
user:      rtr <rtr%pkgsrc.org@localhost>
date:      Tue Oct 07 13:49:58 2003 +0000

description:
Use pkgsrc defined version of install path, fixes install on SunOS.
>From Jonathan Perkin <jonathan%perkin.org.uk@localhost> pr pkg/22911

diffstat:

 security/pgpdump/distinfo         |   3 ++-
 security/pgpdump/patches/patch-aa |  10 ++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r f368ba961ec8 -r bfae50cda163 security/pgpdump/distinfo
--- a/security/pgpdump/distinfo Tue Oct 07 13:41:45 2003 +0000
+++ b/security/pgpdump/distinfo Tue Oct 07 13:49:58 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.9 2003/05/20 16:40:13 yyamano Exp $
+$NetBSD: distinfo,v 1.10 2003/10/07 13:49:58 rtr Exp $
 
 SHA1 (pgpdump-0.18.tar.gz) = cbeb2d4d0e94483d0afd382fd1b6fc9f14ec5596
 Size (pgpdump-0.18.tar.gz) = 50957 bytes
+SHA1 (patch-aa) = 094442e84f26ce018e9baa7b7aeba2306a0f6281
diff -r f368ba961ec8 -r bfae50cda163 security/pgpdump/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/security/pgpdump/patches/patch-aa Tue Oct 07 13:49:58 2003 +0000
@@ -0,0 +1,10 @@
+--- Makefile.in.orig   2003-10-07 23:43:03.000000000 +1000
++++ Makefile.in        2003-10-07 23:44:30.000000000 +1000
+@@ -35,5 +35,5 @@
+       $(RM) $(OBJS) $(PROG) $(CNF) $(MKF)
+ 
+ install: all
+-      $(INSTALL) 555 $(PROG) $(bindir)
+-      $(INSTALL) 444 $(MAN) $(mandir)
++      $(BSD_INSTALL_PROGRAM) $(PROG) $(bindir)/$(PROG)
++      $(BSD_INSTALL_MAN) $(MAN) $(mandir)/$(MAN)



Home | Main Index | Thread Index | Old Index