summaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
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`;