diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-22 18:02:29 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-11-22 18:02:29 +0000 |
commit | 895fe1afd9440b0f5af92c23ca53ae9bc819d1a2 (patch) | |
tree | 6890e7491b2a4531ecbc7274756e0c45d53f8644 /math/snns | |
parent | Fix problem with malloc.h. (diff) |
Assume maintainership since nobody else has stepped forward.
Notes
Notes:
svn path=/head/; revision=50381
Diffstat (limited to '')
-rw-r--r-- | math/snns/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/snns/Makefile b/math/snns/Makefile index ac57021b1660..efae4d15987c 100644 --- a/math/snns/Makefile +++ b/math/snns/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.informatik.uni-stuttgart.de/pub/SNNS/ DISTNAME= SNNSv${PORTVERSION} DISTNAME= SNNSv${PORTVERSION} -MAINTAINER= freebsd-ports@FreeBSD.org +MAINTAINER= des@FreeBSD.org USE_XLIB= yes HAS_CONFIGURE= yes |