diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 19:31:38 +0000 |
commit | 9fc76537613fd14ece1d157459ae5370b2da6118 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /www/jalbum | |
parent | 4cc3bc2462e7ba67fcf7a4377333c7c51d1a3b9b (diff) | |
download | pkgsrc-9fc76537613fd14ece1d157459ae5370b2da6118.tar.gz |
Based on some feedback, comment out the newly added LICENSE=xxx for now.
I'll re-activate this later when the global license stuff is activated.
Diffstat (limited to 'www/jalbum')
-rw-r--r-- | www/jalbum/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/jalbum/Makefile b/www/jalbum/Makefile index 860a6e662d7..af0ecf1141b 100644 --- a/www/jalbum/Makefile +++ b/www/jalbum/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/10/30 14:21:47 martti Exp $ +# $NetBSD: Makefile,v 1.19 2007/10/30 19:31:43 martti Exp $ DISTNAME= JAlbum${VERSION} PKGNAME= jalbum-${VERSION} @@ -11,7 +11,7 @@ EXTRACT_SUFX= .zip MAINTAINER= martti@NetBSD.org HOMEPAGE= http://jalbum.net/ COMMENT= Web photo album generator -LICENSE= gnu-lgpl-v2 +#LICENSE= gnu-lgpl-v2 VERSION= 7.1 |