Import of pkgsrc-2015Q2

This commit is contained in:
2015-08-30 02:56:09 -07:00
committed by Lionel Sambuc
parent 4af1cdf7a9
commit f641581404
15409 changed files with 267784 additions and 121624 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: bmake2pkgsrc,v 1.1 2006/07/14 15:58:08 jlam Exp $
# $NetBSD: bmake2pkgsrc,v 1.2 2015/05/19 21:49:23 joerg Exp $
#
# This script should be run after the import-bmake-sh script is run to
# generate the bmake.1 manpage for the bootstrap script.
@@ -11,7 +11,7 @@
#
cd files
( sed -e '/^.Nm/s/make/bmake/' -e '/^.Sh HISTORY/,$d' make.1
( sed -e '/^\.Nm/s/make/bmake/' -e '/^\.Dt/s/MAKE/BMAKE/' -e '/^.Sh HISTORY/,$d' make.1
echo ".Sh HISTORY"
echo ".Nm"
echo "is derived from NetBSD's"