diff options
author | obache <obache@pkgsrc.org> | 2014-03-02 07:20:30 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-03-02 07:20:30 +0000 |
commit | 040b05d9f3747e613bec71382cb86383ffd842fc (patch) | |
tree | dead3f12ac524c8697c12170a4b6022309cb6b6c /misc | |
parent | fbc7c9eebc6a6040a86f933c2ecedc54729e95d7 (diff) | |
download | pkgsrc-040b05d9f3747e613bec71382cb86383ffd842fc.tar.gz |
ld.so.1 is a manpage of ld in section 1, not a shlib.
prevent wrong automatic permission fix.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/ja-man/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/ja-man/Makefile b/misc/ja-man/Makefile index 44af248fe72..aeb1b8603cb 100644 --- a/misc/ja-man/Makefile +++ b/misc/ja-man/Makefile @@ -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 @@ INSTALL_DIRS+= man 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: |