diff options
author | mph <mph@FreeBSD.org> | 1998-06-11 03:12:49 +0800 |
---|---|---|
committer | mph <mph@FreeBSD.org> | 1998-06-11 03:12:49 +0800 |
commit | 400f9013b01ee87f3fd3b2c6e9d7b481f6589293 (patch) | |
tree | c05276fe13aeb6e7ee9ef9dc89157d58fb018ce6 /math/xgfe | |
parent | d25c844e2c6e7584ca42af5883a0777f52de0378 (diff) | |
download | freebsd-ports-gnome-400f9013b01ee87f3fd3b2c6e9d7b481f6589293.tar.gz freebsd-ports-gnome-400f9013b01ee87f3fd3b2c6e9d7b481f6589293.tar.zst freebsd-ports-gnome-400f9013b01ee87f3fd3b2c6e9d7b481f6589293.zip |
Upgrade to 2.0.
Diffstat (limited to 'math/xgfe')
-rw-r--r-- | math/xgfe/Makefile | 6 | ||||
-rw-r--r-- | math/xgfe/distinfo | 2 | ||||
-rw-r--r-- | math/xgfe/files/patch-ab | 11 | ||||
-rw-r--r-- | math/xgfe/pkg-plist | 4 |
4 files changed, 12 insertions, 11 deletions
diff --git a/math/xgfe/Makefile b/math/xgfe/Makefile index c87ca49f1f81..524710b8d829 100644 --- a/math/xgfe/Makefile +++ b/math/xgfe/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: xgfe -# Version required: 1.3 +# Version required: 2.0 # Date created: 24 March 1998 # Whom: Matthew Hunt <mph@pobox.com> # -# $Id: Makefile,v 1.2 1998/04/12 01:05:55 hoek Exp $ +# $Id: Makefile,v 1.3 1998/04/18 00:08:43 mph Exp $ # -DISTNAME= xgfe-1.3 +DISTNAME= xgfe-2.0 CATEGORIES= math MASTER_SITES= http://www2.msstate.edu/~dmi1/xgfe/download/ diff --git a/math/xgfe/distinfo b/math/xgfe/distinfo index 6554cd99d394..150d5f0c967e 100644 --- a/math/xgfe/distinfo +++ b/math/xgfe/distinfo @@ -1 +1 @@ -MD5 (xgfe-1.3.tar.gz) = c87a898ef9d12e1b7c11ad10f021d87d +MD5 (xgfe-2.0.tar.gz) = 2994ae3e9475b1fcb4eb7791ca3c33ae diff --git a/math/xgfe/files/patch-ab b/math/xgfe/files/patch-ab index 5faebc4695db..2ecb111c3494 100644 --- a/math/xgfe/files/patch-ab +++ b/math/xgfe/files/patch-ab @@ -1,5 +1,5 @@ ---- Makefile.common.orig Mon Feb 23 17:31:22 1998 -+++ Makefile.common Tue Mar 24 14:17:39 1998 +--- Makefile.common.orig Tue May 26 22:09:43 1998 ++++ Makefile.common Wed Jun 10 15:00:13 1998 @@ -2,8 +2,8 @@ # modify starting here @@ -16,12 +16,11 @@ install: - cp $(TARGET) $(INSTALL_BIN) -- mkdir $(INSTALL_DOC) -- cp ../doc/* $(INSTALL_DOC)/ -- strip $(INSTALL_BIN)/$(TARGET) + $(BSD_INSTALL_PROGRAM) $(TARGET) $(INSTALL_BIN) +.if !defined(NOPORTDOCS) -+ mkdir -p $(INSTALL_DOC) + mkdir -p $(INSTALL_DOC) +- cp ../doc/* $(INSTALL_DOC)/ +- strip $(INSTALL_BIN)/$(TARGET) + $(BSD_INSTALL_DATA) ../doc/* $(INSTALL_DOC)/ +.endif diff --git a/math/xgfe/pkg-plist b/math/xgfe/pkg-plist index d6fb7824aee6..621b1c9d125e 100644 --- a/math/xgfe/pkg-plist +++ b/math/xgfe/pkg-plist @@ -1,7 +1,8 @@ bin/xgfe share/doc/xgfe/CHANGES +share/doc/xgfe/curve-fitting.gif share/doc/xgfe/features.html -share/doc/xgfe/file-cols-formats.gif +share/doc/xgfe/file-options.gif share/doc/xgfe/filelegendtitle.gif share/doc/xgfe/filemenu.gif share/doc/xgfe/fileplottypes.gif @@ -19,6 +20,7 @@ share/doc/xgfe/psterm.gif share/doc/xgfe/rawgnu.gif share/doc/xgfe/screenshots.html share/doc/xgfe/terminals.gif +share/doc/xgfe/ticsoptions.gif share/doc/xgfe/xgfe-abb.jpg share/doc/xgfe/xgfe-docs.html share/doc/xgfe/xgfe-main.jpg |