1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Update to version 1.3pl2.

PR:		15527
Submitted by:	maintainer
This commit is contained in:
Steve Price 1999-12-22 21:32:47 +00:00
parent 15c9b9d466
commit faa6c11e19
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23844
3 changed files with 5 additions and 5 deletions

View File

@ -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/

View File

@ -1 +1 @@
MD5 (mathopd-1.3.tar.gz) = 718b318fc0c3737c99753aed8327aa31
MD5 (mathopd-1.3pl2.tar.gz) = 9bd5eda6011f3ba8f6fb43a94e21e61b

View File

@ -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)