diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-25 12:42:00 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2013-10-25 12:42:00 +0000 |
commit | b6eeafcdd7ac2b795b27e0c66fb5ad729e678cb2 (patch) | |
tree | 92878d5689989b1ac3c0807c2455e7ea293a6b08 /graphics/exrtools | |
parent | 523ab18cbc9e501c7167bb91b95bd33038a4eb03 (diff) |
Fix package list.
Notes
Notes:
svn path=/head/; revision=331571
Diffstat (limited to 'graphics/exrtools')
-rw-r--r-- | graphics/exrtools/Makefile | 8 | ||||
-rw-r--r-- | graphics/exrtools/pkg-plist | 23 |
2 files changed, 23 insertions, 8 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index c6f5e493b87e..9c5e5b641f17 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -23,14 +23,6 @@ USES= pkgconfig gmake CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PLIST_FILES= bin/exrblur bin/exrchr bin/exricamtm bin/exrnlm \ - bin/exrnormalize bin/exrpptm bin/exrstats \ - bin/exrtopng bin/jpegtoexr bin/pngtoexr bin/ppmtoexr - -MAN1= exrblur.1 exrchr.1 exricamtm.1 exrnlm.1 exrnormalize.1 \ - exrpptm.1 exrstats.1 exrtools.1 exrtopng.1 jpegtoexr.1 \ - pngtoexr.1 ppmtoexr.1 - post-patch: @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ ${WRKSRC}/src/exrnormalize.c \ diff --git a/graphics/exrtools/pkg-plist b/graphics/exrtools/pkg-plist new file mode 100644 index 000000000000..52bbdf027903 --- /dev/null +++ b/graphics/exrtools/pkg-plist @@ -0,0 +1,23 @@ +bin/exrblur +bin/exrchr +bin/exricamtm +bin/exrnlm +bin/exrnormalize +bin/exrpptm +bin/exrstats +bin/exrtopng +bin/jpegtoexr +bin/pngtoexr +bin/ppmtoexr +man/man1/exrblur.1.gz +man/man1/exrchr.1.gz +man/man1/exricamtm.1.gz +man/man1/exrnlm.1.gz +man/man1/exrnormalize.1.gz +man/man1/exrpptm.1.gz +man/man1/exrstats.1.gz +man/man1/exrtools.1.gz +man/man1/exrtopng.1.gz +man/man1/jpegtoexr.1.gz +man/man1/pngtoexr.1.gz +man/man1/ppmtoexr.1.gz |