diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:42:42 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1995-10-28 20:42:42 +0000 |
commit | 8b985bd4c1011892572331d6c461bb685fcb8ccc (patch) | |
tree | 0bd1044da626f64a8ea7df5aa85d9a995438ce33 /math | |
parent | f4ad1ae7b040679583edcccdf3730b5a52df137c (diff) | |
download | ports-8b985bd4c1011892572331d6c461bb685fcb8ccc.tar.gz ports-8b985bd4c1011892572331d6c461bb685fcb8ccc.zip |
Notes
Diffstat (limited to 'math')
-rw-r--r-- | math/xlispstat/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/math/xlispstat/Makefile b/math/xlispstat/Makefile index f809db5a565f..034636f3eb37 100644 --- a/math/xlispstat/Makefile +++ b/math/xlispstat/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Aug 15 17:57:48 CDT 1995 # Whom: erich@rrnet.com # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1995/08/18 08:53:12 asami Exp $ # DISTNAME= xlispstat-3-44 @@ -11,6 +11,8 @@ PKGNAME= xlispstat-3.44 CATEGORIES+= math languages MASTER_SITES= ftp://ftp.stat.umn.edu/pub/xlispstat/ +MAINTAINER= erich@FreeBSD.org + HAS_CONFIGURE= yes # needs to connect to X server while build IS_INTERACTIVE= yes |