diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 15:22:13 +0000 |
commit | a2a4d06c6fe93107eedfcc3d009672fe424ac7ef (patch) | |
tree | b5890a54c67bba8526cf5a60ca066d6a3cf5bfc8 /graphics/urt | |
parent | 9f28a7693e4ce0bcbc428ce0b4903fd08e48c277 (diff) | |
download | pkgsrc-a2a4d06c6fe93107eedfcc3d009672fe424ac7ef.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'graphics/urt')
-rw-r--r-- | graphics/urt/Makefile | 3 | ||||
-rw-r--r-- | graphics/urt/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/graphics/urt/Makefile b/graphics/urt/Makefile index 4f30663eb35..e36a444a3e8 100644 --- a/graphics/urt/Makefile +++ b/graphics/urt/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2000/09/03 10:23:09 wiz Exp $ +# $NetBSD: Makefile,v 1.17 2001/02/16 15:22:34 wiz Exp $ # FreeBSD Id: Makefile,v 1.6 1998/02/11 08:48:26 tg Exp DISTNAME= urt @@ -12,6 +12,7 @@ PATCHFILES= urt-3.1b-3.1b1.patch PATCH_DIST_STRIP=-p1 MAINTAINER= packages@netbsd.org +COMMENT= Utah raster toolkit - a toolkit and library for raster image processing #DEPENDS+= tiff-*:../tiff # netpbm will pull in tiff. DEPENDS+= netpbm-9.*:../netpbm diff --git a/graphics/urt/pkg/COMMENT b/graphics/urt/pkg/COMMENT deleted file mode 100644 index 05ec37cf0f9..00000000000 --- a/graphics/urt/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Utah raster toolkit - a toolkit and library for raster image processing |