summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 02:19:47 +0000
committerSatoshi Taoka <taoka@FreeBSD.org>1999-09-28 02:19:47 +0000
commit2996c814f661d308907a907af82eda050395e4b5 (patch)
tree7ad40e77291aa02b46af17a5793ad20180aa5305 /ports-mgmt
parentAdd gru (diff)
Recently we must use $FreeBSD instead of $Id in Makefile.
So portlint needs this modification. Approved by: maintainer
Notes
Notes: svn path=/head/; revision=22035
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portlint/src/portlint.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports-mgmt/portlint/src/portlint.pl b/ports-mgmt/portlint/src/portlint.pl
index 9a7d3c8af82c..d88888a9c17d 100644
--- a/ports-mgmt/portlint/src/portlint.pl
+++ b/ports-mgmt/portlint/src/portlint.pl
@@ -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`;