summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2016-04-01 19:18:23 +0000
committerjperkin <jperkin@pkgsrc.org>2016-04-01 19:18:23 +0000
commit122adb22ed1a73b44da00d96b9d23250ea671f0e (patch)
tree947459ca147699396fc23da37a3c582e8b27ca99 /editors
parent64c3d6a310f9f854e33669b8cbe8b7e60c263201 (diff)
downloadpkgsrc-122adb22ed1a73b44da00d96b9d23250ea671f0e.tar.gz
Honour --mandir. Fixes PKGMANDIR.
Diffstat (limited to 'editors')
-rw-r--r--editors/gnuserv/distinfo4
-rw-r--r--editors/gnuserv/patches/patch-ab14
2 files changed, 13 insertions, 5 deletions
diff --git a/editors/gnuserv/distinfo b/editors/gnuserv/distinfo
index 749fae14dad..33d5c32b96e 100644
--- a/editors/gnuserv/distinfo
+++ b/editors/gnuserv/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:32:16 agc Exp $
+$NetBSD: distinfo,v 1.6 2016/04/01 19:18:23 jperkin Exp $
SHA1 (gnuserv-3.12.7.tar.gz) = 5f5fd98b068fd1b221d32a0760c9914455e197b5
RMD160 (gnuserv-3.12.7.tar.gz) = 2fd5a28fb86cc05c26da50cab8d9ee036f2e2d00
SHA512 (gnuserv-3.12.7.tar.gz) = 3d5f64358a6c0d9d05eabf5aeb345400f8fcc53bc91ffde6ab17c6cffbe58aaa463111d426e7fda4e1757e0e25a10b9dd9e935d5d7a4829cb6bea0d700032c51
Size (gnuserv-3.12.7.tar.gz) = 93709 bytes
SHA1 (patch-aa) = f10c267b84290265df2a757454b0548bf8383889
-SHA1 (patch-ab) = f96a239e3efa786e8af84a3e7b9421c00a573735
+SHA1 (patch-ab) = 05df71e2531d13f801a0d0ab2a9acb8faa2742ea
diff --git a/editors/gnuserv/patches/patch-ab b/editors/gnuserv/patches/patch-ab
index 13a7177e96f..baed4fba045 100644
--- a/editors/gnuserv/patches/patch-ab
+++ b/editors/gnuserv/patches/patch-ab
@@ -1,10 +1,10 @@
-$NetBSD: patch-ab,v 1.1 2010/06/30 12:41:10 markd Exp $
+$NetBSD: patch-ab,v 1.2 2016/04/01 19:18:23 jperkin Exp $
DESTDIR support
--- Makefile.in.orig 2004-10-20 01:20:54.000000000 +0000
+++ Makefile.in
-@@ -42,8 +42,8 @@ CFLAGS = @CFLAGS@
+@@ -42,7 +42,7 @@ CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
@@ -13,4 +13,12 @@ DESTDIR support
exec_prefix = @exec_prefix@
# The directory for installing executable programs that users can run.
- bindir = $(exec_prefix)/bin
+@@ -59,7 +59,7 @@ datadir = $(prefix)/share
+ elispdir = $(datadir)/emacs/site-lisp
+
+ # Where to install the manual pages.
+-man1dir = $(prefix)/man/man1
++man1dir = $(DESTDIR)@mandir@/man1
+ # Prefix/suffix for each installed man page, normally empty or `g'.
+ man1prefix = $(binprefix)
+ man1suffix = $(binsuffix)