diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 19:30:15 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 19:30:15 +0800 |
commit | f78f383c549c042bdb059f9a7a87b80980b11d30 (patch) | |
tree | 1fad2ad21182b822cc1909e5389435183a752f98 | |
parent | 3e4910c7c4e8b11131d2c07ab62292f308930c81 (diff) | |
download | freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.gz freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.zst freebsd-ports-graphics-f78f383c549c042bdb059f9a7a87b80980b11d30.zip |
I was going to convert the math Makefiles according to the new
rules in bsd.port.mk, but there weren't any Makefiles that needed
any tweaking. :] So, just some cosmetic changes.
-rw-r--r-- | math/blas/Makefile | 3 | ||||
-rw-r--r-- | math/eispack/Makefile | 3 | ||||
-rw-r--r-- | math/fudgit/Makefile | 5 | ||||
-rw-r--r-- | math/gnuplot/Makefile | 6 | ||||
-rw-r--r-- | math/linpack/Makefile | 3 | ||||
-rw-r--r-- | math/oleo/Makefile | 4 |
6 files changed, 14 insertions, 10 deletions
diff --git a/math/blas/Makefile b/math/blas/Makefile index ab2c9f5d11a..c35745303a1 100644 --- a/math/blas/Makefile +++ b/math/blas/Makefile @@ -3,10 +3,11 @@ # Date created: 27 October 1994 # Whom: ljo # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/11 01:18:39 asami Exp $ # DISTNAME= blas +PKGNAME= blas-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 756ca7af8ab..a81953a3373 100644 --- a/math/eispack/Makefile +++ b/math/eispack/Makefile @@ -3,10 +3,11 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/11 01:18:49 asami Exp $ # DISTNAME= eispack +PKGNAME= eispack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} diff --git a/math/fudgit/Makefile b/math/fudgit/Makefile index cf60b8a4b15..d96380f4e05 100644 --- a/math/fudgit/Makefile +++ b/math/fudgit/Makefile @@ -3,7 +3,7 @@ # Date created: 17 November 1994 # Whom: jmz # -# $Id: Makefile,v 1.3 1995/04/11 01:18:52 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 02:00:55 jmz Exp $ # DISTNAME= Fudgit_2.41 @@ -11,9 +11,10 @@ PKGNAME= Fudgit-2.41 MASTER_SITES= ftp://ftp.physics.mcgill.ca/pub/Fudgit/ DISTFILES= fudgit_2.41.tar.gz -USE_GMAKE= yes MAINTAINER= jmz@FreeBSD.org +USE_GMAKE= yes + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib/fudgit diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 84d99448ae0..95f9f40131d 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -1,18 +1,18 @@ - # New ports collection makefile for: gnuplot # Version required: 3.5 # Date created: 6 October 1994 # Whom: jmz # -# $Id: Makefile,v 1.2 1995/04/11 01:18:55 asami Exp $ +# $Id: Makefile,v 1.3 1995/04/11 02:01:00 jmz Exp $ # DISTNAME= gnuplot PKGNAME= gnuplot-3.5 MASTER_SITES= ftp://ftp.dartmouth.edu/pub/gnuplot/ -MAINTAINER= jmz@FreeBSD.org DISTFILES= gnuplot3.5.tar.Z +MAINTAINER= jmz@FreeBSD.org + pre-install: @mkdir -p ${PREFIX}/bin @mkdir -p ${PREFIX}/lib diff --git a/math/linpack/Makefile b/math/linpack/Makefile index e112e1d5d4b..e033f9abb38 100644 --- a/math/linpack/Makefile +++ b/math/linpack/Makefile @@ -3,10 +3,11 @@ # Date created: 31 October 1994 # Whom: ljo # -# $Id$ +# $Id: Makefile,v 1.5 1995/04/11 01:19:04 asami Exp $ # DISTNAME= linpack +PKGNAME= linpack-1.0 DISTDIR=${PORTSDIR}/distfiles/${DISTNAME} MASTER_SITES= ftp://netlib.att.com/netlib/linpack/ diff --git a/math/oleo/Makefile b/math/oleo/Makefile index 650b783ef12..fa22d59b5d2 100644 --- a/math/oleo/Makefile +++ b/math/oleo/Makefile @@ -3,12 +3,12 @@ # Date created: 3 September 1994 # Whom: mr # -# $Id: Makefile,v 1.3 1995/03/24 11:10:22 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/11 01:19:10 asami Exp $ # DISTNAME= oleo-1.6 MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ -EXTRACT_SUFX=.tar.gz +EXTRACT_SUFX= .tar.gz HAS_CONFIGURE=yes |