diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-28 02:19:47 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-09-28 02:19:47 +0000 |
commit | 2996c814f661d308907a907af82eda050395e4b5 (patch) | |
tree | 7ad40e77291aa02b46af17a5793ad20180aa5305 /ports-mgmt/portlint | |
parent | b35bd25ce9b3cebebeaf30c04b88a96bff093d36 (diff) | |
download | ports-2996c814f661d308907a907af82eda050395e4b5.tar.gz ports-2996c814f661d308907a907af82eda050395e4b5.zip |
Notes
Diffstat (limited to 'ports-mgmt/portlint')
-rw-r--r-- | ports-mgmt/portlint/src/portlint.pl | 4 |
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`; |