Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,4 +1,4 @@
# $NetBSD: Makefile.in,v 1.6 2008/03/10 12:14:32 wiz Exp $
# $NetBSD: Makefile.in,v 1.7 2013/09/12 11:03:10 jperkin Exp $
prefix= @prefix@
exec_prefix= @exec_prefix@
@@ -30,6 +30,14 @@ install:
@for script in $(SCRIPTS); do \
echo "$(INSTALL) -m 444 $$script.1 ${DESTDIR}$(man1dir)/$$script.1"; \
$(INSTALL) -m 444 $$script.1 ${DESTDIR}$(man1dir)/$$script.1; \
echo "$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.0"; \
$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.0; \
case "$(CATMAN_SECTION_SUFFIX)" in \
[Yy][Ee][Ss]) \
echo "$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.1"; \
$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.1; \
;; \
*) \
echo "$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.0"; \
$(INSTALL) -m 444 $$script.cat1 ${DESTDIR}$(cat1dir)/$$script.0; \
;; \
esac; \
done

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: linkfarm.1,v 1.6 2009/02/08 23:11:56 wiz Exp $
.\" $NetBSD: linkfarm.1,v 1.7 2013/07/20 21:50:53 wiz Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -145,4 +145,4 @@ directory, and it defaults to "info/dir *[~#] *.OLD *.orig *,v".
The
.Nm
utility was written by
.An Alistair G. Crooks Aq agc@NetBSD.org .
.An Alistair G. Crooks Aq Mt agc@NetBSD.org .

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: pkg_view.1,v 1.13 2010/01/22 13:30:42 joerg Exp $
.\" $NetBSD: pkg_view.1,v 1.14 2013/07/20 21:50:53 wiz Exp $
.\"
.\" Copyright (c) 2003 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -273,4 +273,4 @@ directory.
The
.Nm
utility was written by
.An Alistair G. Crooks Aq agc@NetBSD.org .
.An Alistair G. Crooks Aq Mt agc@NetBSD.org .