diff options
author | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-19 08:59:00 +0000 |
commit | 53d692acd8a71f89a941dada62a4345937a07233 (patch) | |
tree | 6a9e4328c8c41ae43ff29db30f6e978dd26921b7 /wm/fvwm1 | |
parent | 3ed0ee791ad16bb4ffe35b3ae38c3c23a87b463f (diff) | |
download | pkgsrc-53d692acd8a71f89a941dada62a4345937a07233.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/fvwm1')
-rw-r--r-- | wm/fvwm1/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wm/fvwm1/Makefile b/wm/fvwm1/Makefile index 4e5a40e23a6..062854af2f2 100644 --- a/wm/fvwm1/Makefile +++ b/wm/fvwm1/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2007/11/01 10:36:58 martti Exp $ +# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:36 wiz Exp $ DISTNAME= fvwm-1.24r PKGNAME= ${DISTNAME:S/fvwm/fvwm1/} @@ -9,7 +9,7 @@ MASTER_SITES= ${MASTER_SITE_LOCAL} MAINTAINER= cjs@NetBSD.org HOMEPAGE= http://www.fvwm.org/ COMMENT= Virtual window manager for X -#LICENSE= gnu-gpl-v2 +LICENSE= gnu-gpl-v2 DEPENDS+= xpmroot-2.*:../../x11/xpmroot |