diff options
Diffstat (limited to 'devel/libgnugetopt/Makefile')
-rw-r--r-- | devel/libgnugetopt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile index f11b03683804..8e2cc491ff26 100644 --- a/devel/libgnugetopt/Makefile +++ b/devel/libgnugetopt/Makefile @@ -9,7 +9,7 @@ # Note that GCC contains the master copy of GNU's getopt in libiberty/ # and include/. The next time this port is updated, it should use # the latest GCC release (the smaller -core dist is fine) for the -# distfile. -- obrien +# distfile. -- David O'Brien <obrien@FreeBSD.org> PORTNAME= libgnugetopt PORTVERSION= 1.1 @@ -17,7 +17,7 @@ CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= obrien -MAINTAINER= obrien@FreeBSD.org +MAINTAINER= ports@FreeBSD.org INSTALLS_SHLIB= yes |