diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-07 20:13:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-07 20:13:39 +0000 |
commit | b9b77268ede57b5f2c0c5005382071265bc62fbf (patch) | |
tree | fc63ea7e8cb7ba584de5494cb9f1f87c4ddd838e /astro | |
parent | 0cf5c2986076dcbb776ad7d422123861e96ffcf3 (diff) | |
download | ports-b9b77268ede57b5f2c0c5005382071265bc62fbf.tar.gz ports-b9b77268ede57b5f2c0c5005382071265bc62fbf.zip |
Notes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/mymoon/Makefile | 2 | ||||
-rw-r--r-- | astro/phoon/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/astro/mymoon/Makefile b/astro/mymoon/Makefile index 99ed392ef34c..09a25f5b735a 100644 --- a/astro/mymoon/Makefile +++ b/astro/mymoon/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 1.0 CATEGORIES= astro MASTER_SITES= http://makemebad.net/geek/codes/${PORTNAME}/ -MAINTAINER= krion@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Show latitude and longitude of the moon LIB_DEPENDS= nova:${PORTSDIR}/astro/libnova diff --git a/astro/phoon/Makefile b/astro/phoon/Makefile index 741d16039de3..05dca124d2ab 100644 --- a/astro/phoon/Makefile +++ b/astro/phoon/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://www.acme.com/software/phoon/ PKGNAMESUFFIX= _20jan DISTNAME= ${PORTNAME}${PKGNAMESUFFIX}${PORTVERSION} -MAINTAINER= krion@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Phoon displays the phase of the moon WRKSRC= ${WRKDIR}/${PORTNAME} |