diff options
author | martti <martti> | 2007-10-30 19:31:38 +0000 |
---|---|---|
committer | martti <martti> | 2007-10-30 19:31:38 +0000 |
commit | 96d8813f8571068deac66d889cc1c7ac11fbc932 (patch) | |
tree | bcd8b04ffaf9c92a25f680ee704c34ff5e99af6c /x11 | |
parent | 4a8516b1353172ba51ee3b1ca9a85eb933aa2b65 (diff) | |
download | pkgsrc-96d8813f8571068deac66d889cc1c7ac11fbc932.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 'x11')
-rw-r--r-- | x11/xpmroot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile index fd67b4c81e8..c65acc153a2 100644 --- a/x11/xpmroot/Makefile +++ b/x11/xpmroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2007/10/30 14:12:10 martti Exp $ +# $NetBSD: Makefile,v 1.57 2007/10/30 19:31:43 martti Exp $ # DISTNAME= fvwm-${PKG_VERSION} @@ -10,7 +10,7 @@ MASTER_SITES= ftp://ftp.fvwm.org/pub/fvwm/version-2/ MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.fvwm.org/documentation/manpages/stable/xpmroot.php COMMENT= Sets the root window to an Xpm pixmap -LICENSE= gnu-gpl-v2 +#LICENSE= gnu-gpl-v2 PKG_VERSION= 2.4.20 USE_X11BASE= YES |