diff options
-rw-r--r-- | www/wordpress/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wordpress/Makefile b/www/wordpress/Makefile index 800b29581c6..792e7d6f419 100644 --- a/www/wordpress/Makefile +++ b/www/wordpress/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2010/03/20 21:32:41 adrianp Exp $ +# $NetBSD: Makefile,v 1.8 2010/03/21 08:56:58 morr Exp $ DISTNAME= wordpress-${VERSION} VERSION= 2.9.1 CATEGORIES= www MASTER_SITES= http://wordpress.org/ -MAINTAINER= pkgsrc-users@NetBSD.org +MAINTAINER= morr@NetBSD.org HOMEPAGE= http://wordpress.org/ COMMENT= Blogging tool written in php |