pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/misc/ja-man ld.so.1 is a manpage of ld in section 1, n...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dd555df04d51
branches:  trunk
changeset: 631332:dd555df04d51
user:      obache <obache%pkgsrc.org@localhost>
date:      Sun Mar 02 07:20:30 2014 +0000

description:
ld.so.1 is a manpage of ld in section 1, not a shlib.
prevent wrong automatic permission fix.

diffstat:

 misc/ja-man/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r aefa6a2e9d4c -r dd555df04d51 misc/ja-man/Makefile
--- a/misc/ja-man/Makefile      Sun Mar 02 07:18:36 2014 +0000
+++ b/misc/ja-man/Makefile      Sun Mar 02 07:20:30 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2012/10/08 09:57:25 asau Exp $
+# $NetBSD: Makefile,v 1.19 2014/03/02 07:20:30 obache Exp $
 
 DISTNAME=      NetBSD1.3I-jman-19990531
 PKGNAME=       ja-man-19990531
@@ -35,6 +35,8 @@
 
 CONF_FILES+=   share/examples/jman.conf ${PKG_SYSCONFDIR}/jman.conf
 
+CHECK_SHLIBS_SKIP+=    ${PKGMANDIR}/${JAMANDIR}/man1/ld.so.1
+
 .include "../../mk/bsd.prefs.mk"
 
 post-extract:



Home | Main Index | Thread Index | Old Index