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 /devel/fromcvs | |
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 'devel/fromcvs')
-rw-r--r-- | devel/fromcvs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/fromcvs/Makefile b/devel/fromcvs/Makefile index 1e43e7bbc6d..65194d174f7 100644 --- a/devel/fromcvs/Makefile +++ b/devel/fromcvs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/05/02 18:04:56 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/19 08:59:08 wiz Exp $ DISTNAME= c31a1dd9cbb2 # Last part of PKGNAME is changeset number @@ -10,13 +10,12 @@ EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://ww2.fs.ei.tum.de/~corecode/hg/fromcvs/ COMMENT= CVS repository conversion tool +LICENSE= corecode-license DEPENDS+= ${RUBY_PKGPREFIX}-rbtree>=0.2.0:../../devel/ruby-rbtree DEPENDS+= ${RUBY_PKGPREFIX}-rcsparse>=0.0.0.37:../../devel/ruby-rcsparse DEPENDS+= ${RUBY_PKGPREFIX}-sqlite3>=1.2.1:../../databases/ruby-sqlite3 -LICENSE= corecode-license - PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/fromcvs-${DISTNAME} |