diff options
author | cube <cube> | 2005-02-14 22:14:48 +0000 |
---|---|---|
committer | cube <cube> | 2005-02-14 22:14:48 +0000 |
commit | 6fef51a701feb5777d8737f283d6af2c5890faa6 (patch) | |
tree | f94c2bef635676016c30efff61d4861e6bab214a /pkgtools/pkglint/files | |
parent | 1de5ce95f579089f07b42c1e6afcafe4dc140259 (diff) | |
download | pkgsrc-6fef51a701feb5777d8737f283d6af2c5890faa6.tar.gz |
Make file(1) happy about plist-clash.pl. Fixes PR#29366 by Akio OBATA.
Welcome to version 4.04.
Diffstat (limited to 'pkgtools/pkglint/files')
-rw-r--r-- | pkgtools/pkglint/files/plist-clash.pl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/plist-clash.pl b/pkgtools/pkglint/files/plist-clash.pl index 6b7490d3bcd..befdf25f1b1 100644 --- a/pkgtools/pkglint/files/plist-clash.pl +++ b/pkgtools/pkglint/files/plist-clash.pl @@ -1,9 +1,8 @@ #!@PERL@ # -# $NetBSD: plist-clash.pl,v 1.2 2004/01/10 22:31:51 wiz Exp $ +# $NetBSD: plist-clash.pl,v 1.3 2005/02/14 22:14:48 cube Exp $ # # Scan all ports and look for filenames used by more than one port. -# if(`uname -s` eq "FreeBSD"){ $OS="FreeBSD"; |