diff options
-rw-r--r-- | devel/py-argparse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-argparse/Makefile b/devel/py-argparse/Makefile index 4209b2678bd..32d2e88b46f 100644 --- a/devel/py-argparse/Makefile +++ b/devel/py-argparse/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/07/24 17:25:51 gdt Exp $ +# $NetBSD: Makefile,v 1.2 2010/07/24 17:46:59 gdt Exp $ # VERSION= 1.1 @@ -9,7 +9,7 @@ MASTER_SITES= http://argparse.googlecode.com/files/ EXTRACT_SUFX= .zip MAINTAINER= gdt@ir.bbn.com -HOMEPAGE= http://argparse.googlecode.com/files/ +HOMEPAGE= http://code.google.com/p/argparse/ COMMENT= Easy, declarative interface for creating command line tools LICENSE= apache-2.0 |