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 | f921f8f0b41383bba29ed8ad765e7b416ef19c58 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /meta-pkgs/xfce4 | |
parent | b58ce2feebb9b26f05ddf8ff03fb18689b86cfc2 (diff) | |
download | pkgsrc-f921f8f0b41383bba29ed8ad765e7b416ef19c58.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 'meta-pkgs/xfce4')
-rw-r--r-- | meta-pkgs/xfce4/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-pkgs/xfce4/Makefile.common b/meta-pkgs/xfce4/Makefile.common index dc3b8d5c91e..e4d0540136c 100644 --- a/meta-pkgs/xfce4/Makefile.common +++ b/meta-pkgs/xfce4/Makefile.common @@ -1,11 +1,11 @@ -# $NetBSD: Makefile.common,v 1.36 2007/10/30 13:52:30 martti Exp $ +# $NetBSD: Makefile.common,v 1.37 2007/10/30 19:31:41 martti Exp $ MASTER_SITES= http://www.xfce.org/archive/xfce-4.4.1/src/ EXTRACT_SUFX= .tar.bz2 MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.xfce.org/ -LICENSE= gnu-gpl-v2 +#LICENSE= gnu-gpl-v2 XFCE4_VERSION= 4.4.1 |