summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2012-06-18 03:39:00 +0000
committerdholland <dholland@pkgsrc.org>2012-06-18 03:39:00 +0000
commitde30210b5365ea6dce5a5f5afbe8ff5b6ed555fe (patch)
tree8608856e53937586da629aac1a16ca8f7a301e7d /devel
parenta40de6d48818a3e69a62ea1a92b5d45561eed166 (diff)
downloadpkgsrc-de30210b5365ea6dce5a5f5afbe8ff5b6ed555fe.tar.gz
Honor PKGMANDIR; fixes the Linux build.
Diffstat (limited to 'devel')
-rw-r--r--devel/spiff/distinfo4
-rw-r--r--devel/spiff/patches/patch-aa14
2 files changed, 14 insertions, 4 deletions
diff --git a/devel/spiff/distinfo b/devel/spiff/distinfo
index 9c3cc27c11d..44ff1786996 100644
--- a/devel/spiff/distinfo
+++ b/devel/spiff/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2008/07/09 05:02:06 bjs Exp $
+$NetBSD: distinfo,v 1.7 2012/06/18 03:39:00 dholland Exp $
SHA1 (spiff-1.0.tar.gz) = 09803fa6f946c3639bb2c7ac5b5644860ebed643
RMD160 (spiff-1.0.tar.gz) = ff651435946dd8889b9a01a598f3933e3e50c614
Size (spiff-1.0.tar.gz) = 48291 bytes
-SHA1 (patch-aa) = c9ec15c551084c221bbe3d7729fb515ee65dd513
+SHA1 (patch-aa) = 0a32ca2e2fd838cc21eca476111fe81a3f545181
SHA1 (patch-ab) = 265a62ded94e73b42f8f46180613ff6e5de90399
SHA1 (patch-ac) = d88280626b3d1621377d38037a52e79e6e35bb1a
SHA1 (patch-ad) = 86d90bf42e1735f20fc8538522638f1b5af92d60
diff --git a/devel/spiff/patches/patch-aa b/devel/spiff/patches/patch-aa
index d1c72f9a518..dd6b9dc6a55 100644
--- a/devel/spiff/patches/patch-aa
+++ b/devel/spiff/patches/patch-aa
@@ -1,6 +1,9 @@
-$NetBSD: patch-aa,v 1.2 2008/07/09 05:02:06 bjs Exp $
+$NetBSD: patch-aa,v 1.3 2012/06/18 03:39:00 dholland Exp $
---- Makefile.orig 1994-05-01 18:51:17.000000000 -0400
+- configure for pkgsrc
+- honor PKGMANDIR
+
+--- Makefile.orig 1994-05-01 22:51:17.000000000 +0000
+++ Makefile
@@ -7,7 +7,7 @@
# name of the directory into which the binary should be installed
@@ -57,3 +60,10 @@ $NetBSD: patch-aa,v 1.2 2008/07/09 05:02:06 bjs Exp $
default: spiff
+@@ -145,5 +145,5 @@ cmd:
+ -$(CMD) $(CFILES) $(HFILES) $(OTHER) $(MANPAGE)
+ install:
+ mv spiff $(INSDIR)/bin
+- cp $(MANPAGE) $(INSDIR)/man/man1
++ cp $(MANPAGE) $(INSDIR)/$(PKGMANDIR)/man1
+