1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Recently we must use $FreeBSD instead of $Id in Makefile.

So portlint needs this modification.

Approved by: 		maintainer
This commit is contained in:
Satoshi Taoka 1999-09-28 02:19:47 +00:00
parent b35bd25ce9
commit 2996c814f6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=22035
2 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ $portdir = '.';
# default setting - for FreeBSD
$portsdir = '/usr/ports';
$rcsidstr = '(Id|FreeBSD)';
$rcsidstr = 'FreeBSD';
$multiplist = 0;
$ldconfigwithtrue = 0;
$rcsidinplist = 0;
@ -70,7 +70,7 @@ EOF
# OS dependent configs
# os portsdir rcsid mplist ldcfg plist-rcsid mancompresss strict localbase newxdef automan
@osdep = split(/\n/, <<EOF);
FreeBSD /usr/ports (Id|FreeBSD) 0 0 0 1 0 /usr/local 1 1
FreeBSD /usr/ports FreeBSD 0 0 0 1 0 /usr/local 1 1
NetBSD /usr/pkgsrc NetBSD 1 1 1 0 1 /usr/pkg 0 0
EOF
$osname = `uname -s`;

View File

@ -23,7 +23,7 @@ $portdir = '.';
# default setting - for FreeBSD
$portsdir = '/usr/ports';
$rcsidstr = '(Id|FreeBSD)';
$rcsidstr = 'FreeBSD';
$multiplist = 0;
$ldconfigwithtrue = 0;
$rcsidinplist = 0;
@ -70,7 +70,7 @@ EOF
# OS dependent configs
# os portsdir rcsid mplist ldcfg plist-rcsid mancompresss strict localbase newxdef automan
@osdep = split(/\n/, <<EOF);
FreeBSD /usr/ports (Id|FreeBSD) 0 0 0 1 0 /usr/local 1 1
FreeBSD /usr/ports FreeBSD 0 0 0 1 0 /usr/local 1 1
NetBSD /usr/pkgsrc NetBSD 1 1 1 0 1 /usr/pkg 0 0
EOF
$osname = `uname -s`;