diff options
author | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-05-19 08:59:00 +0000 |
commit | 6ac11147ab6af4938848553e5e344aea8b3f560c (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /wm/fvwm-devel | |
parent | ad944231a773912276e207e433ea891f755e4e4e (diff) | |
download | pkgsrc-6ac11147ab6af4938848553e5e344aea8b3f560c.tar.gz |
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
Diffstat (limited to 'wm/fvwm-devel')
-rw-r--r-- | wm/fvwm-devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm-devel/Makefile b/wm/fvwm-devel/Makefile index 755d5a11b13..0833452ba00 100644 --- a/wm/fvwm-devel/Makefile +++ b/wm/fvwm-devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/08/18 00:55:48 epg Exp $ +# $NetBSD: Makefile,v 1.28 2009/05/19 08:59:36 wiz Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -9,7 +9,7 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fvwm.org/ COMMENT= Development version of X11 Virtual window manager -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 CONFLICTS= fvwm1-[0-9]* fvwm2-[0-9]* FVWM_VER= 2.5.26 |