diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2013-10-25 20:42:00 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2013-10-25 20:42:00 +0800 |
commit | 2f38b07528c7b54ddd5f56abcd93585086e999f2 (patch) | |
tree | 92878d5689989b1ac3c0807c2455e7ea293a6b08 /graphics | |
parent | 6a27e2fb6bd63b504d7ffc2d8a726de31ac5bbcb (diff) | |
download | freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.tar.gz freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.tar.zst freebsd-ports-gnome-2f38b07528c7b54ddd5f56abcd93585086e999f2.zip |
Fix package list.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exrtools/Makefile | 8 | ||||
-rw-r--r-- | graphics/exrtools/pkg-plist | 23 | ||||
-rw-r--r-- | graphics/iec16022/Makefile | 2 | ||||
-rw-r--r-- | graphics/iec16022/pkg-plist | 1 |
4 files changed, 24 insertions, 10 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 diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index d2e41b670a02..c474c88fd6a2 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -20,8 +20,6 @@ USES= pkgconfig CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -MAN1= iec16022.1 - post-patch: @${REINPLACE_CMD} -e 's|malloc.h|stdlib.h|' ${WRKSRC}/iec16022.c \ ${WRKSRC}/iec16022ecc200.c ${WRKSRC}/reedsol.c ${WRKSRC}/image.c diff --git a/graphics/iec16022/pkg-plist b/graphics/iec16022/pkg-plist index 96f7f4b625c3..07ba91522ea3 100644 --- a/graphics/iec16022/pkg-plist +++ b/graphics/iec16022/pkg-plist @@ -7,4 +7,5 @@ lib/libiec16022.so.0 lib/libiec16022.la lib/libiec16022.a libdata/pkgconfig/libiec16022.pc +man/man1/iec16022.1.gz @dirrm include/iec16022 |