diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2006-06-16 22:17:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2006-06-16 22:17:25 +0000 |
commit | 10591c24634e124fd4f1f43ce7af9e57d1b03b02 (patch) | |
tree | 4eb3ce3b9a2723895451e727afade2f835da72ce /misc/clpbar | |
parent | 43ee560bbea2b6ede395a2525f36556971020bde (diff) | |
download | ports-10591c24634e124fd4f1f43ce7af9e57d1b03b02.tar.gz ports-10591c24634e124fd4f1f43ce7af9e57d1b03b02.zip |
Obey conventions and change my mail to @FreeBSD.org address
Approved by: krion (mentor)
Notes
Notes:
svn path=/head/; revision=165605
Diffstat (limited to 'misc/clpbar')
-rw-r--r-- | misc/clpbar/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 66d165e84764..038250546e82 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= bar_${PORTVERSION} -MAINTAINER= freebsd@unixfreunde.de +MAINTAINER= miwi@FreeBSD.org COMMENT= Command Line Progress Bar WRKSRC= ${WRKDIR}/bar-${PORTVERSION} |