diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 22:55:02 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-08-22 22:55:02 +0000 |
commit | 7f1b71907391a4b1ee253d2a57d0cb07d4f430ed (patch) | |
tree | cbf92d5ae3a1d62cb9fd90a19443e3437b65ac75 | |
parent | Use a consistant 64-bit int type. (diff) |
Change my email address to petef@FreeBSD.org for the ports I maintain.
Reviewed by: ade
Notes
Notes:
svn path=/head/; revision=46660
-rw-r--r-- | astro/fooseti/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/fooseti/Makefile b/astro/fooseti/Makefile index c878a3cc9743..e6ca85fa5d43 100644 --- a/astro/fooseti/Makefile +++ b/astro/fooseti/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 0.6.5 CATEGORIES= astro MASTER_SITES= http://www-personal.engin.umich.edu/~agorski/fooseti/ -MAINTAINER= petef@databits.net +MAINTAINER= petef@FreeBSD.org LIB_DEPENDS= intl.1:${PORTSDIR}/devel/gettext |