summaryrefslogtreecommitdiff
path: root/www/mathopd
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-12-22 21:32:47 +0000
committerSteve Price <steve@FreeBSD.org>1999-12-22 21:32:47 +0000
commitfaa6c11e198e706a2dd60037af9d7842373a6072 (patch)
tree769f01f487e434f85e15cedf6d790f2d26866eda /www/mathopd
parentUpdate to use Tcl/Tk version 8.2. Also USE_LIBTOOL=yes to get rid of (diff)
Update to version 1.3pl2.
PR: 15527 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=23844
Diffstat (limited to 'www/mathopd')
-rw-r--r--www/mathopd/Makefile2
-rw-r--r--www/mathopd/distinfo2
-rw-r--r--www/mathopd/files/patch-aa6
3 files changed, 5 insertions, 5 deletions
diff --git a/www/mathopd/Makefile b/www/mathopd/Makefile
index f645a28700dc..2236fc38c054 100644
--- a/www/mathopd/Makefile
+++ b/www/mathopd/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= mathopd-1.3
+DISTNAME= mathopd-1.3pl2
CATEGORIES= www
MASTER_SITES= http://mathop.diva.nl/dist/ \
ftp://ftp.prima.eu.org/pub/mirrored_files/mathop.diva.nl/
diff --git a/www/mathopd/distinfo b/www/mathopd/distinfo
index d64478361960..50e9f2185d9c 100644
--- a/www/mathopd/distinfo
+++ b/www/mathopd/distinfo
@@ -1 +1 @@
-MD5 (mathopd-1.3.tar.gz) = 718b318fc0c3737c99753aed8327aa31
+MD5 (mathopd-1.3pl2.tar.gz) = 9bd5eda6011f3ba8f6fb43a94e21e61b
diff --git a/www/mathopd/files/patch-aa b/www/mathopd/files/patch-aa
index b78a94c24ebf..b00275347a3b 100644
--- a/www/mathopd/files/patch-aa
+++ b/www/mathopd/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Sun Oct 31 18:25:08 1999
-+++ Makefile Sun Oct 31 19:03:04 1999
+--- Makefile.orig Fri Dec 17 11:09:22 1999
++++ Makefile Fri Dec 17 11:09:08 1999
@@ -1,23 +1,7 @@
-BIN=mathopd
-CC=gcc
@@ -21,7 +21,7 @@
-
-all: $(BIN)
-install: $(BIN)
-- install $(BIN) $(SBINDIR)
+- install -c $(BIN) $(SBINDIR)
-$(BIN): $(OBJS)
- $(CC) $(LDFLAGS) -o $(BIN) $(OBJS) $(LDLIBS)
-$(OBJS): $(DEPENDS)