summaryrefslogtreecommitdiff
path: root/security/pgpdump
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2015-09-09 22:01:01 +0000
committergdt <gdt@pkgsrc.org>2015-09-09 22:01:01 +0000
commit47ec664a1c2997107e2dbe6dc13e0d722c046917 (patch)
tree428e542c58d2c57bf7ee0249c88b3811430e5f39 /security/pgpdump
parent4cb2cb95b2ad0389f9674f3f632294efb3f52150 (diff)
downloadpkgsrc-47ec664a1c2997107e2dbe6dc13e0d722c046917.tar.gz
Belatedly add patch missing from previous commit.
Diffstat (limited to 'security/pgpdump')
-rw-r--r--security/pgpdump/patches/patch-Makefile.in19
1 files changed, 19 insertions, 0 deletions
diff --git a/security/pgpdump/patches/patch-Makefile.in b/security/pgpdump/patches/patch-Makefile.in
new file mode 100644
index 00000000000..3962dad6d78
--- /dev/null
+++ b/security/pgpdump/patches/patch-Makefile.in
@@ -0,0 +1,19 @@
+$NetBSD: patch-Makefile.in,v 1.1 2015/09/09 22:01:01 gdt Exp $
+
+It's not clear that this is necessary, but it carries on the tradition
+of the old patch-aa.
+
+--- Makefile.in.orig 2014-08-01 03:36:50.000000000 +0000
++++ Makefile.in
+@@ -38,9 +38,9 @@ distclean:
+
+ install: all
+ $(INSTALL) -d $(DESTDIR)$(bindir)
+- $(INSTALL) -cp -pm755 $(PROG) $(DESTDIR)$(bindir)
++ $(BSD_INSTALL_PROGRAM) -cp -pm755 $(PROG) $(DESTDIR)$(bindir)
+ $(INSTALL) -d $(DESTDIR)$(mandir)/man1
+- $(INSTALL) -cp -pm644 $(MAN) $(DESTDIR)$(mandir)/man1
++ $(BSD_INSTALL_MAN) -cp -pm644 $(MAN) $(DESTDIR)$(mandir)/man1
+
+ archive:
+ git archive master -o ~/pgpdump-$(VERSION).tar --prefix=pgpdump-$(VERSION)/