diff options
author | martti <martti@pkgsrc.org> | 2007-10-30 14:10:10 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-30 14:10:10 +0000 |
commit | 8f69a494483622f7aa56e66465e04026d2eece10 (patch) | |
tree | f3654d8c8c743f98f5c194a8985036615e400573 | |
parent | 1297699953ddc2acdbc6205014428d595f864046 (diff) | |
download | pkgsrc-8f69a494483622f7aa56e66465e04026d2eece10.tar.gz |
Added LICENSE=gnu-gpl-v2
-rw-r--r-- | wm/fvwm/Makefile | 3 | ||||
-rw-r--r-- | x11/xpmroot/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/wm/fvwm/Makefile b/wm/fvwm/Makefile index 5714edac8f6..30088123309 100644 --- a/wm/fvwm/Makefile +++ b/wm/fvwm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2006/12/27 13:37:41 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2007/10/30 14:10:10 martti Exp $ DISTNAME= fvwm-${FVWM_VER} #PKGREVISION= 1 @@ -11,6 +11,7 @@ DISTFILES+= fvwm-${FVWM_VER}.tar.gz fvwm_icons.tgz MAINTAINER= martti@NetBSD.org HOMEPAGE= http://www.fvwm.org/ COMMENT= Newer version of X11 Virtual window manager +LICENSE= gnu-gpl-v2 DEPENDS+= xpmroot-2.*:../../x11/xpmroot diff --git a/x11/xpmroot/Makefile b/x11/xpmroot/Makefile index 0d8d902bcaf..fd67b4c81e8 100644 --- a/x11/xpmroot/Makefile +++ b/x11/xpmroot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2007/06/04 22:20:24 wiz Exp $ +# $NetBSD: Makefile,v 1.56 2007/10/30 14:12:10 martti Exp $ # DISTNAME= fvwm-${PKG_VERSION} @@ -10,6 +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 PKG_VERSION= 2.4.20 USE_X11BASE= YES |