summaryrefslogtreecommitdiff
path: root/security/pgpdump/patches
diff options
context:
space:
mode:
authorrtr <rtr@pkgsrc.org>2003-10-07 13:49:58 +0000
committerrtr <rtr@pkgsrc.org>2003-10-07 13:49:58 +0000
commit773c32d99be5bc05a82ccbd6a9ae97a2456c513d (patch)
treef27424a2a8500adca93a981d85fbfc6482616b6a /security/pgpdump/patches
parent30a50374b3c357ff27ddcc0c70048591948815dc (diff)
downloadpkgsrc-773c32d99be5bc05a82ccbd6a9ae97a2456c513d.tar.gz
Use pkgsrc defined version of install path, fixes install on SunOS.
From Jonathan Perkin <jonathan@perkin.org.uk> pr pkg/22911
Diffstat (limited to 'security/pgpdump/patches')
-rw-r--r--security/pgpdump/patches/patch-aa10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/pgpdump/patches/patch-aa b/security/pgpdump/patches/patch-aa
new file mode 100644
index 00000000000..74b13b4dea9
--- /dev/null
+++ b/security/pgpdump/patches/patch-aa
@@ -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)