summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfrueauf <frueauf>1998-07-15 10:37:33 +0000
committerfrueauf <frueauf>1998-07-15 10:37:33 +0000
commitbb73ab7e7beea16f4062de75b690156e7ae96863 (patch)
treebee6f428a7835cfe98e7af39323433eaf4f3bca6
parentc56d423e3f4db05cf1151691af29dc4055a6006a (diff)
downloadpkgsrc-bb73ab7e7beea16f4062de75b690156e7ae96863.tar.gz
Don't bother checking consistency for MANx in Makefile <-> PLIST. This
is done automatically now.
-rw-r--r--devel/portlint/patches/patch-aa8
1 files changed, 4 insertions, 4 deletions
diff --git a/devel/portlint/patches/patch-aa b/devel/portlint/patches/patch-aa
index bb9cd4be307..4d6077a013c 100644
--- a/devel/portlint/patches/patch-aa
+++ b/devel/portlint/patches/patch-aa
@@ -1,5 +1,5 @@
---- portlint.pl.orig Tue Apr 28 16:20:01 1998
-+++ portlint.pl Tue Apr 28 16:28:06 1998
+--- portlint.pl.orig Wed Jul 15 11:43:04 1998
++++ portlint.pl Wed Jul 15 12:00:43 1998
@@ -1,4 +1,4 @@
-#! /usr/bin/perl
+#!@PREFIX@/bin/perl
@@ -8,7 +8,7 @@
# implemented by:
@@ -12,6 +12,10 @@
#
- # $Id: patch-aa,v 1.2 1998/04/28 14:57:44 frueauf Exp $
+ # $Id: patch-aa,v 1.3 1998/07/15 10:37:33 frueauf Exp $
#
+# This version contains some changes necessary for NetBSD packages
+# done by Hubert Feyrer <hubertf@netbsd.org> and
@@ -445,7 +445,7 @@
- if (!grep($_ eq $j, @pman)) {
- &perror("WARN: manpage $j in $file ".
- "MAN$i but not in PLIST.");
-+ if ($extrafile) {
++ if ($extrafile && $osname ne "NetBSD") {
+ print "OK: checking MAN[0-9LN].\n" if ($verbose);
+ foreach $i (split(//, $manchapters)) {
+ next if ($i eq '');