diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-12 21:35:43 +0200 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2024-04-12 21:35:43 +0200 |
commit | 4ab6c187167138ea25beea8021ea99c304f3b87c (patch) | |
tree | 69f224f8516b21f128cb26135c1027cb6aa225c1 /graphics | |
parent | emulators/sameboy: Update to 0.16.3 (diff) |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/exrtools/Makefile | 1 | ||||
-rw-r--r-- | graphics/iec16022/Makefile | 1 | ||||
-rw-r--r-- | graphics/jpegoptim/Makefile | 1 | ||||
-rw-r--r-- | graphics/largetifftools/Makefile | 1 | ||||
-rw-r--r-- | graphics/recoverjpeg/Makefile | 1 |
5 files changed, 0 insertions, 5 deletions
diff --git a/graphics/exrtools/Makefile b/graphics/exrtools/Makefile index 3dbe824bb84f..de36ba2c7413 100644 --- a/graphics/exrtools/Makefile +++ b/graphics/exrtools/Makefile @@ -18,7 +18,6 @@ LIB_DEPENDS= libImath.so:math/Imath \ USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share post-patch: @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ diff --git a/graphics/iec16022/Makefile b/graphics/iec16022/Makefile index 8e85da518658..7e3574e6167a 100644 --- a/graphics/iec16022/Makefile +++ b/graphics/iec16022/Makefile @@ -15,7 +15,6 @@ LIB_DEPENDS= libpopt.so:devel/popt USES= gmake libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share INSTALL_TARGET= install-strip diff --git a/graphics/jpegoptim/Makefile b/graphics/jpegoptim/Makefile index 80687e790431..e3469b86cfc3 100644 --- a/graphics/jpegoptim/Makefile +++ b/graphics/jpegoptim/Makefile @@ -15,7 +15,6 @@ USES= cpe gmake jpeg localbase:ldflags CPE_VENDOR= ${PORTNAME}_project GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share PLIST_FILES= bin/jpegoptim \ share/man/man1/jpegoptim.1.gz diff --git a/graphics/largetifftools/Makefile b/graphics/largetifftools/Makefile index c76a22fa0121..a5ec69835fff 100644 --- a/graphics/largetifftools/Makefile +++ b/graphics/largetifftools/Makefile @@ -17,6 +17,5 @@ LIB_DEPENDS= libpng.so:graphics/png \ USES= autoreconf jpeg localbase:ldconfig tar:bzip2 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/graphics/recoverjpeg/Makefile b/graphics/recoverjpeg/Makefile index 7995718b127f..6b41820b984d 100644 --- a/graphics/recoverjpeg/Makefile +++ b/graphics/recoverjpeg/Makefile @@ -16,6 +16,5 @@ RUN_DEPENDS= exif:graphics/exif USES= magick:6,run python shebangfix SHEBANG_FILES= scripts/remove-duplicates GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> |