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,12 +1,11 @@
# $NetBSD: Makefile,v 1.49 2012/09/11 23:19:34 asau Exp $
# $NetBSD: Makefile,v 1.52 2014/03/03 03:41:12 obache Exp $
DISTNAME= createbuildlink-3.16
PKGNAME= createbuildlink-3.16
CATEGORIES= pkgtools sysutils
MASTER_SITES= # Nothing
DISTFILES= # Nothing
MAINTAINER= rh@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Shell script to help creating buildlink3.mk files
LICENSE= original-bsd
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -14,7 +13,7 @@ WRKSRC= ${WRKDIR}
USE_LANGUAGES= # empty
NO_BUILD= yes
SCRIPT= ${DISTNAME:C/-.*$//}
SCRIPT= ${PKGNAME:C/-.*$//}
SCRIPTS= ${SCRIPT} substplistbasedirs
REPLACE_SH+= ${SCRIPTS}

View File

@@ -1,4 +1,4 @@
.\" $NetBSD: createbuildlink.8,v 1.11 2004/09/27 12:55:00 wiz Exp $
.\" $NetBSD: createbuildlink.8,v 1.12 2013/07/20 21:50:52 wiz Exp $
.\"
.\" Copyright (c) 2002,2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@@ -90,4 +90,4 @@ as a template and renaming the entries in there.
.Sh AUTHORS
.Nm
was written by
.An Rene Hexel Aq rh@netbsd.org .
.An Rene Hexel Aq Mt rh@netbsd.org .