diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1998-06-10 19:12:49 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1998-06-10 19:12:49 +0000 |
commit | 955622d9b390524e8d7258c44e4c4872ed611310 (patch) | |
tree | 254a51e1d347238c89b82ec7c5d861a28fb735c6 /math/xgfe | |
parent | a198e601418906826285f0936a6658610e188e20 (diff) | |
download | ports-955622d9b390524e8d7258c44e4c4872ed611310.tar.gz ports-955622d9b390524e8d7258c44e4c4872ed611310.zip |
Notes
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 |