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 /time/etm | |
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 'time/etm')
-rw-r--r-- | time/etm/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 8a72d64b412..08ec371ecbf 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2009/05/10 21:27:29 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2009/05/19 08:59:36 wiz Exp $ # DISTNAME= etm-221 @@ -8,12 +8,11 @@ MASTER_SITES= http://www.duke.edu/~dgraham/ETM/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.duke.edu/~dgraham/ETM/ COMMENT= Event and Task Manager +LICENSE= gnu-gpl-v3 DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.4:../../time/py-dateutil -LICENSE= gnu-gpl-v3 - PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none |