diff options
author | laszlof <laszlof@FreeBSD.org> | 2006-11-07 23:37:06 +0800 |
---|---|---|
committer | laszlof <laszlof@FreeBSD.org> | 2006-11-07 23:37:06 +0800 |
commit | e70667cc7df46c3b52de06c99ac31973d8492e3a (patch) | |
tree | ef7226aded6c93d7cb7ea936fc49a411635283d0 /devel/gengetopt | |
parent | 2a8418597d9a9c7ac9632024e13dd1805165a331 (diff) | |
download | freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.tar.gz freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.tar.zst freebsd-ports-graphics-e70667cc7df46c3b52de06c99ac31973d8492e3a.zip |
Update my email address in all ports that I maintain.
Approved by: flz (mentor)
Diffstat (limited to 'devel/gengetopt')
-rw-r--r-- | devel/gengetopt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gengetopt/Makefile b/devel/gengetopt/Makefile index c502ff28964..581374b909b 100644 --- a/devel/gengetopt/Makefile +++ b/devel/gengetopt/Makefile @@ -12,7 +12,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} -MAINTAINER= laszlof@vonostingroup.com +MAINTAINER= laszlof@FreeBSD.org COMMENT= A tool for generating a C function which parses command line arguments GNU_CONFIGURE= yes |