summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/pgplot/Makefile6
-rw-r--r--graphics/pgplot/files/patch-aa16
2 files changed, 17 insertions, 5 deletions
diff --git a/graphics/pgplot/Makefile b/graphics/pgplot/Makefile
index 2377bd57df05..01fb1b1b6e99 100644
--- a/graphics/pgplot/Makefile
+++ b/graphics/pgplot/Makefile
@@ -3,7 +3,7 @@
# Date created: 21 December 1996
# Whom: jmz
#
-# $Id: Makefile,v 1.6 1998/10/12 03:19:03 jseger Exp $
+# $Id: Makefile,v 1.7 1998/11/11 05:37:21 asami Exp $
#
DISTNAME= pgplot5.2
@@ -17,10 +17,6 @@ WRKSRC= ${WRKDIR}/pgplot
.include <bsd.port.pre.mk>
-.if ${OSVERSION} >= 300000
-BROKEN= makehtml not found
-.endif
-
.if ${PORTOBJFORMAT} == "elf"
VERSION= 5
.else
diff --git a/graphics/pgplot/files/patch-aa b/graphics/pgplot/files/patch-aa
new file mode 100644
index 000000000000..3088fc808213
--- /dev/null
+++ b/graphics/pgplot/files/patch-aa
@@ -0,0 +1,16 @@
+--- makehtml~ Wed Feb 26 22:54:09 1997
++++ makehtml Mon Oct 12 22:52:01 1998
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $, = ' '; # set output field separator
+ $\ = "\n"; # set output record separator
+--- maketex~ Tue Apr 16 23:51:24 1996
++++ maketex Mon Oct 12 22:52:14 1998
+@@ -1,4 +1,4 @@
+-#!/usr/local/bin/perl
++#!/usr/bin/perl
+
+ $, = ' '; # set output field separator
+ $\ = "\n"; # set output record separator