diff options
Diffstat (limited to 'devel/libargparse/Makefile')
-rw-r--r-- | devel/libargparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libargparse/Makefile b/devel/libargparse/Makefile index a184675bf38..8e934e6829b 100644 --- a/devel/libargparse/Makefile +++ b/devel/libargparse/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/10/28 13:09:08 agc Exp $ +# $NetBSD: Makefile,v 1.2 2003/06/02 01:20:42 jschauma Exp $ # DISTNAME= libargparse-0.1.0000 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=aqsis/} -MAINTAINER= packages@netbsd.org +MAINTAINER= tech-pkg@netbsd.org HOMEPAGE= http://www.aqsis.org/ COMMENT= argument parsing library in C++ |