diff options
author | Diane Bruce <db@FreeBSD.org> | 2007-01-19 18:14:20 +0000 |
---|---|---|
committer | Diane Bruce <db@FreeBSD.org> | 2007-01-19 18:14:20 +0000 |
commit | a568ef0024f13b9ba0f06a75df2ac8fe642b628b (patch) | |
tree | 597fe0bbbdc6b53f1a4aa33ebfeafd2d0b28cbe2 /comms/xwota | |
parent | 4bf154add70057460e4b5ed5274dd0377dd6846d (diff) | |
download | ports-a568ef0024f13b9ba0f06a75df2ac8fe642b628b.tar.gz ports-a568ef0024f13b9ba0f06a75df2ac8fe642b628b.zip |
Change my MAINTAINER: line in Makfile to db@FreeBSD.org
fix simple typo in xwota Makefile while at it.
Approved by: ehaupt (mentor)
Notes
Notes:
svn path=/head/; revision=182807
Diffstat (limited to 'comms/xwota')
-rw-r--r-- | comms/xwota/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/xwota/Makefile b/comms/xwota/Makefile index bf08bbcdbe34..bc1e799ebaab 100644 --- a/comms/xwota/Makefile +++ b/comms/xwota/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: xwota # Date created: September 13 2006 -# Whom: Diane Bruce <db@db.net +# Whom: Diane Bruce <db@db.net> # # $FreeBSD$ # @@ -10,7 +10,7 @@ PORTVERSION= 0.4 CATEGORIES= comms hamradio MASTER_SITES= http://people.fabaris.it/iz0ete/xwota/ -MAINTAINER= db@db.net +MAINTAINER= db@FreeBSD.org COMMENT= X version of who is on the air USE_GNOME= gtk20 |