aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2024-04-12 19:35:43 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2024-04-12 19:35:43 +0000
commit4ab6c187167138ea25beea8021ea99c304f3b87c (patch)
tree69f224f8516b21f128cb26135c1027cb6aa225c1
parent14ba2d0a44b7f1f07b2a65b82765918e6b995739 (diff)
downloadports-4ab6c187167138ea25beea8021ea99c304f3b87c.tar.gz
ports-4ab6c187167138ea25beea8021ea99c304f3b87c.zip
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
-rw-r--r--audio/adplay/Makefile1
-rw-r--r--audio/checkmate/Makefile1
-rw-r--r--audio/gbsplay/Makefile1
-rw-r--r--audio/libadplug/Makefile1
-rw-r--r--audio/libopenmpt/Makefile1
-rw-r--r--audio/mikmod/Makefile1
-rw-r--r--audio/ocp/Makefile1
-rw-r--r--audio/schismtracker/Makefile1
-rw-r--r--audio/shairport-sync/Makefile1
-rw-r--r--audio/sidplayfp/Makefile1
-rw-r--r--audio/xmp/Makefile1
-rw-r--r--converters/drg2sbg/Makefile1
-rw-r--r--ftp/weex/Makefile1
-rw-r--r--games/xcowsay/Makefile1
-rw-r--r--graphics/exrtools/Makefile1
-rw-r--r--graphics/iec16022/Makefile1
-rw-r--r--graphics/jpegoptim/Makefile1
-rw-r--r--graphics/largetifftools/Makefile1
-rw-r--r--graphics/recoverjpeg/Makefile1
-rw-r--r--mail/isync/Makefile1
-rw-r--r--math/form/Makefile1
-rw-r--r--misc/bestfit/Makefile1
-rw-r--r--misc/shc/Makefile1
-rw-r--r--misc/talkfilters/Makefile1
-rw-r--r--net-mgmt/driftnet/Makefile1
-rw-r--r--net-mgmt/packit/Makefile1
-rw-r--r--net/nload/Makefile1
-rw-r--r--net/tsocks/Makefile1
-rw-r--r--security/op/Makefile1
-rw-r--r--shells/bash/Makefile1
-rw-r--r--sysutils/dvdbackup/Makefile1
-rw-r--r--sysutils/fdupes/Makefile1
-rw-r--r--sysutils/fusefs-ext2/Makefile1
-rw-r--r--sysutils/logstalgia/Makefile1
-rw-r--r--sysutils/magicrescue/Makefile1
-rw-r--r--sysutils/tmpreaper/Makefile1
-rw-r--r--x11-fm/xfe/Makefile1
-rw-r--r--x11/xterm/Makefile1
38 files changed, 0 insertions, 38 deletions
diff --git a/audio/adplay/Makefile b/audio/adplay/Makefile
index 8b2964a8dc3a..fd1d50072c6e 100644
--- a/audio/adplay/Makefile
+++ b/audio/adplay/Makefile
@@ -22,7 +22,6 @@ GH_PROJECT= ${PORTNAME}-unix
GH_TUPLE= adplug:database:${DBVERSION}:database/database-${DBVERSION}
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --sharedstatedir=${DATADIR}
PLIST_FILES= ${DATADIR}/adplug/adplug.db \
diff --git a/audio/checkmate/Makefile b/audio/checkmate/Makefile
index b958095e23cd..4fe8a6f123d5 100644
--- a/audio/checkmate/Makefile
+++ b/audio/checkmate/Makefile
@@ -12,7 +12,6 @@ WWW= https://checkmate.gissen.nl/
LICENSE= GPLv2
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/mpck \
share/man/man1/mpck.1.gz
diff --git a/audio/gbsplay/Makefile b/audio/gbsplay/Makefile
index 161281a65de1..5018fd235b09 100644
--- a/audio/gbsplay/Makefile
+++ b/audio/gbsplay/Makefile
@@ -20,7 +20,6 @@ USE_GITHUB= yes
GH_ACCOUNT= mmitch
HAS_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \
--prefix=${PREFIX} \
diff --git a/audio/libadplug/Makefile b/audio/libadplug/Makefile
index 83af3dd7a41f..9c33981b3f2d 100644
--- a/audio/libadplug/Makefile
+++ b/audio/libadplug/Makefile
@@ -21,7 +21,6 @@ USE_GITHUB= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --enable-maintainer-mode
INSTALL_TARGET= install-strip
diff --git a/audio/libopenmpt/Makefile b/audio/libopenmpt/Makefile
index c14441dd9a29..ec391ccd104f 100644
--- a/audio/libopenmpt/Makefile
+++ b/audio/libopenmpt/Makefile
@@ -20,7 +20,6 @@ CPE_VENDOR= openmpt
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-doxygen-doc \
--with-mpg123 \
diff --git a/audio/mikmod/Makefile b/audio/mikmod/Makefile
index e7825237252e..340f948e5d6e 100644
--- a/audio/mikmod/Makefile
+++ b/audio/mikmod/Makefile
@@ -15,7 +15,6 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod
USES= gmake ncurses
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= %%DATADIR%%/mikmodrc \
bin/mikmod \
diff --git a/audio/ocp/Makefile b/audio/ocp/Makefile
index bb84fdf845c5..101cab5cc19e 100644
--- a/audio/ocp/Makefile
+++ b/audio/ocp/Makefile
@@ -27,7 +27,6 @@ USES= compiler:c11 dos2unix gmake gnome iconv jpeg localbase:ldflags \
makeinfo ncurses pkgconfig shared-mime-info tar:xz
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-dir-suffix="" \
--without-sdl \
diff --git a/audio/schismtracker/Makefile b/audio/schismtracker/Makefile
index 058898d4f279..0442dcee1207 100644
--- a/audio/schismtracker/Makefile
+++ b/audio/schismtracker/Makefile
@@ -16,7 +16,6 @@ USES= compiler:c++11-lib desktop-file-utils localbase python sdl xorg
USE_SDL= sdl2
USE_XORG= x11 xext xv
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}
diff --git a/audio/shairport-sync/Makefile b/audio/shairport-sync/Makefile
index ff0310be718b..6361293e7fac 100644
--- a/audio/shairport-sync/Makefile
+++ b/audio/shairport-sync/Makefile
@@ -21,7 +21,6 @@ GH_ACCOUNT= mikebrady
USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \
--with-avahi \
--with-libdaemon \
diff --git a/audio/sidplayfp/Makefile b/audio/sidplayfp/Makefile
index 7cce2e74052c..e1c0cb3f4c06 100644
--- a/audio/sidplayfp/Makefile
+++ b/audio/sidplayfp/Makefile
@@ -14,7 +14,6 @@ LIB_DEPENDS= libstilview.so:audio/libsidplayfp
USES= compiler:c++17-lang localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/sidplayfp \
bin/stilview \
diff --git a/audio/xmp/Makefile b/audio/xmp/Makefile
index 455690ce82bb..6b7460f82084 100644
--- a/audio/xmp/Makefile
+++ b/audio/xmp/Makefile
@@ -15,7 +15,6 @@ LIB_DEPENDS= libxmp.so:audio/libxmp
USES= gmake localbase:ldflags pkgconfig
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc
diff --git a/converters/drg2sbg/Makefile b/converters/drg2sbg/Makefile
index 9152a8800b1f..e2c3ecc957da 100644
--- a/converters/drg2sbg/Makefile
+++ b/converters/drg2sbg/Makefile
@@ -14,7 +14,6 @@ USES= autoreconf
USE_GITHUB= yes
GH_ACCOUNT= manuel-arguelles
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/drg2sbg \
bin/drgbuilder \
diff --git a/ftp/weex/Makefile b/ftp/weex/Makefile
index 6bba7da974de..e05cf9e71016 100644
--- a/ftp/weex/Makefile
+++ b/ftp/weex/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
USES= autoreconf cpe gettext-tools gmake ssl
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+= -I${OPENSSLINC}
LIBS+= -L${OPENSSLLIB}
diff --git a/games/xcowsay/Makefile b/games/xcowsay/Makefile
index dee3e30933cf..b238df704cec 100644
--- a/games/xcowsay/Makefile
+++ b/games/xcowsay/Makefile
@@ -19,7 +19,6 @@ USES= gettext gmake gnome pkgconfig
USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= DBUS
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>
diff --git a/mail/isync/Makefile b/mail/isync/Makefile
index 102c4822f7d7..95a9db252ac8 100644
--- a/mail/isync/Makefile
+++ b/mail/isync/Makefile
@@ -18,7 +18,6 @@ CPE_VENDOR= isync_project
USE_PERL5= build
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \
--with-ssl=${OPENSSLLIB:H}
diff --git a/math/form/Makefile b/math/form/Makefile
index dd38ff7c9421..e3d414ced46c 100644
--- a/math/form/Makefile
+++ b/math/form/Makefile
@@ -18,7 +18,6 @@ USE_GITHUB= yes
GH_ACCOUNT= vermaseren
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-native \
--enable-largefile \
--enable-scalar \
diff --git a/misc/bestfit/Makefile b/misc/bestfit/Makefile
index 34dbaf0d038c..ef882d72c21c 100644
--- a/misc/bestfit/Makefile
+++ b/misc/bestfit/Makefile
@@ -11,7 +11,6 @@ WWW= https://savannah.nongnu.org/projects/bestfit/
LICENSE= GPLv2
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/bestfit \
share/man/man1/bestfit.1.gz
diff --git a/misc/shc/Makefile b/misc/shc/Makefile
index f0d93c2280c4..9257a0accb15 100644
--- a/misc/shc/Makefile
+++ b/misc/shc/Makefile
@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes
GH_ACCOUNT= neurobin
diff --git a/misc/talkfilters/Makefile b/misc/talkfilters/Makefile
index d3a6375016f5..ea0448625317 100644
--- a/misc/talkfilters/Makefile
+++ b/misc/talkfilters/Makefile
@@ -14,7 +14,6 @@ LICENSE= GPLv2
USES= libtool pathfix
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS= chef filters
SUB_FILES= pkg-message
diff --git a/net-mgmt/driftnet/Makefile b/net-mgmt/driftnet/Makefile
index e0fa1cb724f1..ed5af6b17c09 100644
--- a/net-mgmt/driftnet/Makefile
+++ b/net-mgmt/driftnet/Makefile
@@ -26,7 +26,6 @@ USE_GNOME= gtk20
USE_XORG= x11 xext xi
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-debug
INSTALL_TARGET= install-strip
diff --git a/net-mgmt/packit/Makefile b/net-mgmt/packit/Makefile
index 968a3096c023..b8a26e54683e 100644
--- a/net-mgmt/packit/Makefile
+++ b/net-mgmt/packit/Makefile
@@ -17,7 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= eribertomota
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= share/man/man8/packit.8.gz \
sbin/packit
diff --git a/net/nload/Makefile b/net/nload/Makefile
index 616a4ff31521..0256d1f5cbe7 100644
--- a/net/nload/Makefile
+++ b/net/nload/Makefile
@@ -13,7 +13,6 @@ LICENSE= GPLv2
USES= ncurses
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/nload \
share/man/man1/nload.1.gz
diff --git a/net/tsocks/Makefile b/net/tsocks/Makefile
index c326ed48ea4d..f40c812581ef 100644
--- a/net/tsocks/Makefile
+++ b/net/tsocks/Makefile
@@ -17,7 +17,6 @@ USES= gmake
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-conf=${PREFIX}/etc/tsocks.conf
diff --git a/security/op/Makefile b/security/op/Makefile
index e6e5c20d4316..99ba13194096 100644
--- a/security/op/Makefile
+++ b/security/op/Makefile
@@ -14,7 +14,6 @@ USE_GITHUB= yes
GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS_INSTALL= security/1password-client
post-configure:
diff --git a/shells/bash/Makefile b/shells/bash/Makefile
index cb8a69084362..01ccee28b770 100644
--- a/shells/bash/Makefile
+++ b/shells/bash/Makefile
@@ -23,7 +23,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= bison cpe iconv localbase pathfix
CPE_VENDOR= gnu
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --without-bash-malloc \
--disable-rpath \
--enable-disabled-builtins \
diff --git a/sysutils/dvdbackup/Makefile b/sysutils/dvdbackup/Makefile
index 84556e86c781..3be17693be0b 100644
--- a/sysutils/dvdbackup/Makefile
+++ b/sysutils/dvdbackup/Makefile
@@ -14,7 +14,6 @@ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
USES= gmake
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
diff --git a/sysutils/fdupes/Makefile b/sysutils/fdupes/Makefile
index dbec792e5382..b371bcbd3db9 100644
--- a/sysutils/fdupes/Makefile
+++ b/sysutils/fdupes/Makefile
@@ -12,7 +12,6 @@ LICENSE= MIT
USES= localbase pkgconfig
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/fdupes \
share/man/man1/fdupes.1.gz
diff --git a/sysutils/fusefs-ext2/Makefile b/sysutils/fusefs-ext2/Makefile
index b8f0b14e591b..4abe54509279 100644
--- a/sysutils/fusefs-ext2/Makefile
+++ b/sysutils/fusefs-ext2/Makefile
@@ -21,7 +21,6 @@ GH_PROJECT= fuse-ext2
GH_TAGNAME= ea7bacf
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \
diff --git a/sysutils/logstalgia/Makefile b/sysutils/logstalgia/Makefile
index 68a4ab259ff4..abddbb592d97 100644
--- a/sysutils/logstalgia/Makefile
+++ b/sysutils/logstalgia/Makefile
@@ -25,7 +25,6 @@ USE_SDL= image2 sdl2
USE_XORG= x11
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-patch:
@${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \
diff --git a/sysutils/magicrescue/Makefile b/sysutils/magicrescue/Makefile
index aa1d45f57b4f..60826c1955af 100644
--- a/sysutils/magicrescue/Makefile
+++ b/sysutils/magicrescue/Makefile
@@ -19,7 +19,6 @@ USE_PERL5= run
SHEBANG_FILES= magicsort tools/*.pl tools/checkrecipe
HAS_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --prefix=${PREFIX}
MAKE_ENV+= STAGEDIR=${STAGEDIR}
diff --git a/sysutils/tmpreaper/Makefile b/sysutils/tmpreaper/Makefile
index a5e80369c529..8e9829778e1c 100644
--- a/sysutils/tmpreaper/Makefile
+++ b/sysutils/tmpreaper/Makefile
@@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cpe
CPE_VENDOR= debian
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
diff --git a/x11-fm/xfe/Makefile b/x11-fm/xfe/Makefile
index 510f25ab257b..95aac51492dc 100644
--- a/x11-fm/xfe/Makefile
+++ b/x11-fm/xfe/Makefile
@@ -22,7 +22,6 @@ USE_GNOME= intltool
USE_XORG= x11 xcb xft xrandr xrender
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
LDFLAGS+= -pthread
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index ff7c455250d6..72c8cffcc3bc 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -21,7 +21,6 @@ USES= cpe localbase ncurses tar:tgz xorg
CPE_VENDOR= invisible-island
USE_XORG= ice x11 xext xft xmu xpm xt
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --enable-narrowproto \
--with-utempter