summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin>2016-04-01 11:38:57 +0000
committerjperkin <jperkin>2016-04-01 11:38:57 +0000
commitc58772aaaba367e531c5faa814da1e653dd81169 (patch)
tree9b3d6cdfafc409e42803c0bda224d05c97568092 /editors
parentaf20a95e76e3ecaffcee5dfc2a918b48bd5bcc31 (diff)
downloadpkgsrc-c58772aaaba367e531c5faa814da1e653dd81169.tar.gz
Use PKGMANDIR.
Diffstat (limited to 'editors')
-rw-r--r--editors/tweak/distinfo4
-rw-r--r--editors/tweak/patches/patch-Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/editors/tweak/distinfo b/editors/tweak/distinfo
index 19ecea95138..a095b3eecc4 100644
--- a/editors/tweak/distinfo
+++ b/editors/tweak/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:32:23 agc Exp $
+$NetBSD: distinfo,v 1.4 2016/04/01 11:38:57 jperkin Exp $
SHA1 (tweak-3.01.tar.gz) = 23e731d14837f9bd7c80c3a03c1c82a39928f0fc
RMD160 (tweak-3.01.tar.gz) = 09e904523f6d38b46609e64df5d9ae7276691d23
SHA512 (tweak-3.01.tar.gz) = e126d1df437b2eccb6baa647b4c2b36e9ad8f528de9028e7d215891f0b55110f8a8ed80119f4f2ce73225c42fd1f02f98800c3bc70f4b79c592c909714379699
Size (tweak-3.01.tar.gz) = 71681 bytes
-SHA1 (patch-Makefile) = 76e89955dbf32aa5ad5dad0ee24bfd15f5464c2e
+SHA1 (patch-Makefile) = 69dc5059a34202b6d6606e04260712b3ce37c8ce
SHA1 (patch-rcfile.c) = 82bf8d167537de068650d3feaf5552ff7bb2be1b
diff --git a/editors/tweak/patches/patch-Makefile b/editors/tweak/patches/patch-Makefile
index 60643a8af25..43b7af2422c 100644
--- a/editors/tweak/patches/patch-Makefile
+++ b/editors/tweak/patches/patch-Makefile
@@ -1,4 +1,4 @@
-$NetBSD: patch-Makefile,v 1.2 2013/10/16 23:28:49 roy Exp $
+$NetBSD: patch-Makefile,v 1.3 2016/04/01 11:38:57 jperkin Exp $
DESTDIR and curses support.
@@ -13,7 +13,7 @@ DESTDIR and curses support.
-BINDIR=$(PREFIX)/bin
-MANDIR=$(PREFIX)/man/man1
+BINDIR=$(DESTDIR)$(PREFIX)/bin
-+MANDIR=$(DESTDIR)$(PREFIX)/man/man1
++MANDIR=$(DESTDIR)$(PREFIX)/${PKGMANDIR}/man1
TWEAK := main.o keytab.o actions.o search.o rcfile.o buffer.o btree.o