diff options
-rw-r--r-- | www/py-webpy/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/py-webpy/Makefile b/www/py-webpy/Makefile index 3a960b02dea..8aec273b857 100644 --- a/www/py-webpy/Makefile +++ b/www/py-webpy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2011/06/14 09:04:13 obache Exp $ +# $NetBSD: Makefile,v 1.7 2011/06/14 09:06:07 obache Exp $ # DISTNAME= web.py-0.23 @@ -9,6 +9,7 @@ MASTER_SITES= http://webpy.org/static/ MAINTAINER= darcy@NetBSD.org HOMEPAGE= http://webpy.org/ COMMENT= Simple, public domain web publishing system +LICENSE= public-domain PKG_DESTDIR_SUPPORT= user-destdir |