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 /sysutils/tdir | |
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 'sysutils/tdir')
-rw-r--r-- | sysutils/tdir/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/tdir/Makefile b/sysutils/tdir/Makefile index 0c06f083ffd..34ae595616d 100644 --- a/sysutils/tdir/Makefile +++ b/sysutils/tdir/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2009/02/16 18:47:43 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/05/19 08:59:35 wiz Exp $ # DISTNAME= tdir-1.58 @@ -8,11 +8,10 @@ MASTER_SITES= http://www.tundraware.com/Software/tdir/ MAINTAINER= zuntum@NetBSD.org COMMENT= Display directories with files ordered by ending "extension" +LICENSE= tdir-license PKG_DESTDIR_SUPPORT= user-destdir -LICENSE= tdir-license - NOT_FOR_BULK_PLATFORM= HPUX-*-* USE_TOOLS+= gunzip |