From 22dbc2c90c75a6b30c3bd5443c8c8b6aae667a0f Mon Sep 17 00:00:00 2001 From: jperkin Date: Fri, 1 Apr 2016 19:18:23 +0000 Subject: Honour --mandir. Fixes PKGMANDIR. --- editors/gnuserv/distinfo | 4 ++-- editors/gnuserv/patches/patch-ab | 14 +++++++++++--- 2 files changed, 13 insertions(+), 5 deletions(-) (limited to 'editors') 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) -- cgit v1.2.3