diff options
author | erich <erich@FreeBSD.org> | 1995-10-29 04:42:42 +0800 |
---|---|---|
committer | erich <erich@FreeBSD.org> | 1995-10-29 04:42:42 +0800 |
commit | 0f58946532ca978c8f1fbc16a49344909cf0cefe (patch) | |
tree | 6a9d099011c86e0aeb87d0feb275a1d31a167d08 /math | |
parent | 01c86a6b69f859e08e5f20d38e2cc994a938a32b (diff) | |
download | freebsd-ports-gnome-0f58946532ca978c8f1fbc16a49344909cf0cefe.tar.gz freebsd-ports-gnome-0f58946532ca978c8f1fbc16a49344909cf0cefe.tar.zst freebsd-ports-gnome-0f58946532ca978c8f1fbc16a49344909cf0cefe.zip |
added myself as MAINTAINER
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 |