diff options
author | ahze <ahze@FreeBSD.org> | 2005-03-09 17:09:44 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2005-03-09 17:09:44 +0800 |
commit | dcf7fc26a72d9149f759f06589381e2fc9dcef24 (patch) | |
tree | 1a5883fae1fcdda7901350e015b9d5f7d83dd1cc /astro/phoon/Makefile | |
parent | 610e502dafb11ff40963d2bf3e2bf613b811da8b (diff) | |
download | freebsd-ports-gnome-dcf7fc26a72d9149f759f06589381e2fc9dcef24.tar.gz freebsd-ports-gnome-dcf7fc26a72d9149f759f06589381e2fc9dcef24.tar.zst freebsd-ports-gnome-dcf7fc26a72d9149f759f06589381e2fc9dcef24.zip |
- Fix compile warnings
- Transfer MAINTAINER to submitter
PR: ports/78566
Submitted by: Søren Straarup <xride@x12.dk>
Diffstat (limited to 'astro/phoon/Makefile')
-rw-r--r-- | astro/phoon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/phoon/Makefile b/astro/phoon/Makefile index 2d332528a0d7..111aa212bec8 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= ports@FreeBSD.org +MAINTAINER= xride@x12.dk COMMENT= Displays the phase of the moon WRKSRC= ${WRKDIR}/${PORTNAME} |