diff options
author | martti <martti> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-30 19:31:38 +0000 |
commit | 6daf039b533cfbbcdd31b3ce6eb65c37b11db067 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /meta-pkgs/xfce4 | |
parent | 042327d96569d2dc87a3d96357678f0b44cd4b01 (diff) | |
download | pkgsrc-6daf039b533cfbbcdd31b3ce6eb65c37b11db067.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 |