pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/socks4 net/socks4: Install manpages into ${PKGMAND...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/52234dc90a76
branches:  trunk
changeset: 366897:52234dc90a76
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Aug 19 00:25:46 2017 +0000

description:
net/socks4: Install manpages into ${PKGMANDIR}.

Modify the Makefile patch to set MAN_DEST_DIR to the correct
location for installed manpages under ${PKGMANDIR}.

diffstat:

 net/socks4/distinfo         |  4 ++--
 net/socks4/patches/patch-aa |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (34 lines):

diff -r 3cbdac116cd0 -r 52234dc90a76 net/socks4/distinfo
--- a/net/socks4/distinfo       Sat Aug 19 00:25:34 2017 +0000
+++ b/net/socks4/distinfo       Sat Aug 19 00:25:46 2017 +0000
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.10 2015/11/04 00:35:38 agc Exp $
+$NetBSD: distinfo,v 1.11 2017/08/19 00:25:46 jlam Exp $
 
 SHA1 (export.socks.cstc.4.2.2.tar.gz) = 7d8d041c82213f9fd60f64aadf9c1ade418e15db
 RMD160 (export.socks.cstc.4.2.2.tar.gz) = 03dc72b80f2223c7462ecf168a0fbbf3effd5223
 SHA512 (export.socks.cstc.4.2.2.tar.gz) = 849ca98d26db17c34fcdd282aee31276e2dcd4e188e90d3e396edb67c62635e030e999e13ad26624ab53cd71d53f78eb84766350791d2e565d6aaabe23eed56f
 Size (export.socks.cstc.4.2.2.tar.gz) = 278805 bytes
-SHA1 (patch-aa) = 252ef19fa1c255e4aeaad30162869269716c7e98
+SHA1 (patch-aa) = c0dd010edb17bbf3cbd849aeb6e3edf731225790
 SHA1 (patch-ab) = fd3f119add1144b24eb2cec578c011bcb397e875
 SHA1 (patch-ac) = d3988d7ae5103bd7849305bb555d7cf3b1574ddc
 SHA1 (patch-ad) = 321d88cf5863f8c3f0b5b3623a1af2c4753f5eb3
diff -r 3cbdac116cd0 -r 52234dc90a76 net/socks4/patches/patch-aa
--- a/net/socks4/patches/patch-aa       Sat Aug 19 00:25:34 2017 +0000
+++ b/net/socks4/patches/patch-aa       Sat Aug 19 00:25:46 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.9 2009/02/08 00:16:00 joerg Exp $
+$NetBSD: patch-aa,v 1.10 2017/08/19 00:25:46 jlam Exp $
 
 --- Makefile.orig      1995-09-07 04:24:02.000000000 +0200
 +++ Makefile
@@ -48,7 +48,7 @@
  
  # Directory into which to install the man pages
 -MAN_DEST_DIR = /usr/local/man
-+MAN_DEST_DIR = ${DESTDIR}${PREFIX}/man
++MAN_DEST_DIR = ${DESTDIR}${PREFIX}/${PKGMANDIR}
  
  # Directory into which the SOCKS server should be installed
 -SERVER_BIN_DIR = /usr/etc



Home | Main Index | Thread Index | Old Index