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 /graphics/radiance | |
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 'graphics/radiance')
-rw-r--r-- | graphics/radiance/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/radiance/Makefile b/graphics/radiance/Makefile index 3ac4733804d..916560aa655 100644 --- a/graphics/radiance/Makefile +++ b/graphics/radiance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/04/29 05:15:14 dholland Exp $ +# $NetBSD: Makefile,v 1.24 2009/05/19 08:59:18 wiz Exp $ # DISTNAME= rad3R6P1 @@ -12,6 +12,7 @@ DISTFILES+= ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}supp${EXTRACT_SUFX} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.radiance-online.org/ COMMENT= Physically-based, image-generating, backward raytracer +LICENSE= radiance-license PKG_DESTDIR_SUPPORT= user-destdir NOT_FOR_BULK_PLATFORM= HPUX-*-* @@ -20,8 +21,6 @@ USE_TOOLS+= pax WRKSRC= ${WRKDIR}/ray -LICENSE= radiance-license - PATCHEES= makeall ./src/rt/Rmakefile ./src/util/Rmakefile \ ./src/ot/Rmakefile ./src/meta/Rmakefile \ ./src/hd/Rmakefile ./src/gen/Rmakefile \ |