diff options
author | jmelo <jmelo@FreeBSD.org> | 2006-04-06 05:04:30 +0800 |
---|---|---|
committer | jmelo <jmelo@FreeBSD.org> | 2006-04-06 05:04:30 +0800 |
commit | fbf4fd33adb6b9d873fbe23e3fcc2383cf9fdbe6 (patch) | |
tree | 12aa766fb0f02041e1245268319719b3fba04dae /www/chpasswd | |
parent | 103d6a9ca8668465aaac11584397d7cc6a4e4dd4 (diff) | |
download | freebsd-ports-gnome-fbf4fd33adb6b9d873fbe23e3fcc2383cf9fdbe6.tar.gz freebsd-ports-gnome-fbf4fd33adb6b9d873fbe23e3fcc2383cf9fdbe6.tar.zst freebsd-ports-gnome-fbf4fd33adb6b9d873fbe23e3fcc2383cf9fdbe6.zip |
- Change my ports MAINTAINER to jmelo@FreeBSD.org.
Approved by: mnag (mentor)
Diffstat (limited to 'www/chpasswd')
-rw-r--r-- | www/chpasswd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chpasswd/Makefile b/www/chpasswd/Makefile index 1959cc666687..5711de17dbc4 100644 --- a/www/chpasswd/Makefile +++ b/www/chpasswd/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: chpasswd # Date created: 18 December 2003 -# Whom: Jean Milanez Melo <jmelo@freebsdbrasil.com.br> +# Whom: Jean Milanez Melo <jmelo@FreeBSD.org> # # $FreeBSD$ # @@ -12,7 +12,7 @@ CATEGORIES= www MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= orsochpasswd -MAINTAINER= jmelo@freebsdbrasil.com.br +MAINTAINER= jmelo@FreeBSD.org COMMENT= Allow users to change their Squid or Web password using the browser HAS_CONFIGURE= yes |