diff options
author | asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-22 11:30:15 +0000 |
commit | f78f383c549c042bdb059f9a7a87b80980b11d30 (patch) | |
tree | 1fad2ad21182b822cc1909e5389435183a752f98 /math/eispack | |
parent | 3e4910c7c4e8b11131d2c07ab62292f308930c81 (diff) | |
download | FreeBSD-ports-f78f383c549c042bdb059f9a7a87b80980b11d30.zip FreeBSD-ports-f78f383c549c042bdb059f9a7a87b80980b11d30.tar.gz |
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.
Diffstat (limited to 'math/eispack')
-rw-r--r-- | math/eispack/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/eispack/Makefile b/math/eispack/Makefile index 756ca7a..a81953a 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} |