aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNuno Teixeira <eduardo@FreeBSD.org>2024-04-14 09:39:34 +0000
committerNuno Teixeira <eduardo@FreeBSD.org>2024-04-14 09:41:16 +0000
commit57b4ac18f331badf0054d90aaef3fd987072313a (patch)
treec8759c0d6612fe4bdda741190c1b6bb58281f702
parent0a7da2a7326cb2bfcaf8f132cb463fd8d8ada307 (diff)
downloadports-57b4ac18f331badf0054d90aaef3fd987072313a.tar.gz
ports-57b4ac18f331badf0054d90aaef3fd987072313a.zip
*/*: Remove GNU_CONFIGURE_MANPREFIX after move man pages to share/man
Approved by: portmgr (blanket)
-rw-r--r--archivers/unadf/Makefile1
-rw-r--r--archivers/xarchiver/Makefile1
-rw-r--r--audio/lingot/Makefile1
-rw-r--r--cad/gtkwave/Makefile1
-rw-r--r--comms/conserver-com/Makefile1
-rw-r--r--databases/rrdtool/Makefile1
-rw-r--r--deskutils/calcurse/Makefile1
-rw-r--r--deskutils/gsimplecal/Makefile1
-rw-r--r--devel/cdk/Makefile1
-rw-r--r--devel/rsvndump/Makefile1
-rw-r--r--editors/cooledit/Makefile1
-rw-r--r--editors/xmlcopyeditor/Makefile1
-rw-r--r--emulators/dosbox-x/Makefile1
-rw-r--r--ftp/tnftp/Makefile1
-rw-r--r--games/exult/Makefile1
-rw-r--r--games/gbrainy/Makefile1
-rw-r--r--graphics/epix/Makefile1
-rw-r--r--graphics/pstoedit/Makefile1
-rw-r--r--graphics/xpaint/Makefile1
-rw-r--r--mail/cone/Makefile1
-rw-r--r--net-p2p/amule/Makefile1
-rw-r--r--science/chemtool-devel/Makefile1
-rw-r--r--science/h5utils/Makefile1
-rw-r--r--security/uacme/Makefile1
-rw-r--r--sysutils/procenv/Makefile1
-rw-r--r--sysutils/testdisk/Makefile1
-rw-r--r--www/bluefish/Makefile1
-rw-r--r--x11-clocks/xdaliclock/Makefile1
-rw-r--r--x11/xclip/Makefile1
29 files changed, 0 insertions, 29 deletions
diff --git a/archivers/unadf/Makefile b/archivers/unadf/Makefile
index 79e9ca6885e5..1544918b4f91 100644
--- a/archivers/unadf/Makefile
+++ b/archivers/unadf/Makefile
@@ -20,7 +20,6 @@ GH_PROJECT= ADFlib
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
DOCSDIR= ${PREFIX}/share/doc/adflib
diff --git a/archivers/xarchiver/Makefile b/archivers/xarchiver/Makefile
index 770d666992cd..b46c5d616ece 100644
--- a/archivers/xarchiver/Makefile
+++ b/archivers/xarchiver/Makefile
@@ -23,7 +23,6 @@ GH_ACCOUNT= ib
USE_GNOME= cairo gdkpixbuf2 glib20 intltool
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PORTSCOUT= limit:^\d\.\d\.\d\.\d+$ # avoid tags like identical_to_xfce_git_content
diff --git a/audio/lingot/Makefile b/audio/lingot/Makefile
index 8d35b8e7bb4a..901efad1df43 100644
--- a/audio/lingot/Makefile
+++ b/audio/lingot/Makefile
@@ -16,7 +16,6 @@ USES= gettext-tools gmake gnome libtool pkgconfig
USE_GNOME= cairo gtk30 intltool
GNU_CONFIGURE= yes
CONFIGURE_ENV= DATADIRNAME="share"
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
# fix: "ld: error: undefined reference due to --no-allow-shlib-undefined: environ"
diff --git a/cad/gtkwave/Makefile b/cad/gtkwave/Makefile
index f1a59bfb7e57..179fa5b7af3b 100644
--- a/cad/gtkwave/Makefile
+++ b/cad/gtkwave/Makefile
@@ -18,7 +18,6 @@ USES= compiler:c++11-lang desktop-file-utils gettext gmake gnome \
USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-mime-update \
--enable-gtk3 \
--without-gconf
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile
index 9d4763d60ff1..65c83eaf9c8a 100644
--- a/comms/conserver-com/Makefile
+++ b/comms/conserver-com/Makefile
@@ -16,7 +16,6 @@ USES= autoreconf:2.69 ssl
USE_RC_SUBR= conserver
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-libwrap \
--with-master=${DEFAULTHOST} \
--with-openssl \
diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile
index 9e5bd51bfea7..9cdd46f931ad 100644
--- a/databases/rrdtool/Makefile
+++ b/databases/rrdtool/Makefile
@@ -18,7 +18,6 @@ USE_LDCONFIG= yes
USE_RC_SUBR= rrdcached
SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl examples/stripes.py
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-tcl
CONFIGURE_ENV= RRDDOCDIR=${DOCSDIR:Q}
INSTALL_TARGET= install-strip
diff --git a/deskutils/calcurse/Makefile b/deskutils/calcurse/Makefile
index 9601b9518b7e..051c96d88b27 100644
--- a/deskutils/calcurse/Makefile
+++ b/deskutils/calcurse/Makefile
@@ -18,7 +18,6 @@ SHEBANG_FILES= contrib/caldav/calcurse-caldav \
contrib/vdir/calcurse-vdir \
contrib/vdir/calcurse-vdir.py
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --without-asciidoc
OPTIONS_DEFINE= CALDAV DOCS NLS
diff --git a/deskutils/gsimplecal/Makefile b/deskutils/gsimplecal/Makefile
index 430af2cdf6f4..31dfa9a6f4fb 100644
--- a/deskutils/gsimplecal/Makefile
+++ b/deskutils/gsimplecal/Makefile
@@ -17,7 +17,6 @@ GH_ACCOUNT= dmedvinsky
USE_GNOME= glib20 gtk30
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/gsimplecal \
share/man/man1/gsimplecal.1.gz
diff --git a/devel/cdk/Makefile b/devel/cdk/Makefile
index afaa9efbf327..d00520f54a04 100644
--- a/devel/cdk/Makefile
+++ b/devel/cdk/Makefile
@@ -16,7 +16,6 @@ USES= gmake ncurses tar:tgz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --with-ncurses
ALL_TARGET= default cdkshlib
diff --git a/devel/rsvndump/Makefile b/devel/rsvndump/Makefile
index 36b513ad9f4e..a0eccbe008d2 100644
--- a/devel/rsvndump/Makefile
+++ b/devel/rsvndump/Makefile
@@ -23,7 +23,6 @@ LIB_DEPENDS+= libsvn_client-1.so:devel/subversion
USES= bdb:18 gmake
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-svn=${LOCALBASE}
PLIST_FILES= bin/rsvndump
diff --git a/editors/cooledit/Makefile b/editors/cooledit/Makefile
index d499cafeb384..05901503607a 100644
--- a/editors/cooledit/Makefile
+++ b/editors/cooledit/Makefile
@@ -23,7 +23,6 @@ USES= gettext-runtime libtool:build pkgconfig python xorg
USE_XORG= x11 xt
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip
OPTIONS_DEFINE= CJK
diff --git a/editors/xmlcopyeditor/Makefile b/editors/xmlcopyeditor/Makefile
index 7a8b7936ff6f..6fd35904fa79 100644
--- a/editors/xmlcopyeditor/Makefile
+++ b/editors/xmlcopyeditor/Makefile
@@ -27,7 +27,6 @@ USE_WX= 3.0 # fails to build with 3.2
WX_COMPS= wx
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
diff --git a/emulators/dosbox-x/Makefile b/emulators/dosbox-x/Makefile
index e7d64b938868..e62c5c2dc432 100644
--- a/emulators/dosbox-x/Makefile
+++ b/emulators/dosbox-x/Makefile
@@ -25,7 +25,6 @@ USE_GNOME= glib20
USE_SDL= net2 sdl2
USE_XORG= x11 xkbfile xrandr
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-emscripten --enable-hx-dos --enable-libslirp --enable-mt32 \
--enable-opengl --enable-printer --disable-sdl --enable-sdl2 --enable-x11
INSTALL_TARGET= install_strip
diff --git a/ftp/tnftp/Makefile b/ftp/tnftp/Makefile
index 158f8d957d74..d88e0118310c 100644
--- a/ftp/tnftp/Makefile
+++ b/ftp/tnftp/Makefile
@@ -17,7 +17,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= libedit ncurses ssl
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/tnftp \
share/man/man1/tnftp.1.gz
diff --git a/games/exult/Makefile b/games/exult/Makefile
index 265b79adf5eb..57ad1c1e8c0e 100644
--- a/games/exult/Makefile
+++ b/games/exult/Makefile
@@ -22,7 +22,6 @@ USE_SDL= sdl2
USE_XORG= x11 xext
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-static \
--enable-shared \
--with-icondir=${PREFIX}/share/pixmaps
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile
index 0c3a22d98eee..95cb6538db6b 100644
--- a/games/gbrainy/Makefile
+++ b/games/gbrainy/Makefile
@@ -22,7 +22,6 @@ USE_GNOME= intltool
SHEBANG_FILES= src/Clients/Classical/gbrainy.in
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
MAKE_ENV+= MONO_REGISTRY_PATH=${WRKDIR}
OPTIONS_DEFINE= NLS
diff --git a/graphics/epix/Makefile b/graphics/epix/Makefile
index 12b80d397849..b1f8a825f662 100644
--- a/graphics/epix/Makefile
+++ b/graphics/epix/Makefile
@@ -17,7 +17,6 @@ RUN_DEPENDS= bash:shells/bash
USES= gmake makeinfo tar:bzip2 tex
USE_TEX= dvipsk:build latex
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-bash=${LOCALBASE}/bin/bash \
--with-runtime=${CXX}
diff --git a/graphics/pstoedit/Makefile b/graphics/pstoedit/Makefile
index 0eebcfea63f2..930872f9e431 100644
--- a/graphics/pstoedit/Makefile
+++ b/graphics/pstoedit/Makefile
@@ -16,7 +16,6 @@ LIB_DEPENDS= libgd.so:graphics/gd \
USES= ghostscript gmake libtool localbase pathfix pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-docs=no
MAKE_ENV= INSTALL_STRIP_FLAG="${STRIP}"
CPPFLAGS+= -isystem ${LOCALBASE}/include/ming
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile
index 2deeff843be2..8b48015de9a5 100644
--- a/graphics/xpaint/Makefile
+++ b/graphics/xpaint/Makefile
@@ -27,7 +27,6 @@ USE_XORG= ice sm x11 xext xft xmu xpm xt
SHEBANG_FILES= share/bin/imgmerge share/bin/xpaint_ocr
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
# util/Makefile and vxp2ps/Makefile needs it
BINARY_ALIAS= make=${GMAKE}
diff --git a/mail/cone/Makefile b/mail/cone/Makefile
index 9cfc2053b77c..3d064c3841ca 100644
--- a/mail/cone/Makefile
+++ b/mail/cone/Makefile
@@ -29,7 +29,6 @@ USE_GNOME= libxml2
SHEBANG_FILES= sysconftool
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --exec-prefix=${PREFIX} \
--with-certdb=${PREFIX}/share/cone/rootcerts \
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index 08a7b1a1a386..bc3ef28d6940 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -20,7 +20,6 @@ USE_PERL5= build
USE_WX= 3.0
WX_CONF_ARGS= absolute
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-denoise-level=0
CONFIGURE_ENV= LEX="${FLEX}" PKG_CONFIG="${PKG_CONFIG}" \
diff --git a/science/chemtool-devel/Makefile b/science/chemtool-devel/Makefile
index 08a6f41d465c..143fa1a424ec 100644
--- a/science/chemtool-devel/Makefile
+++ b/science/chemtool-devel/Makefile
@@ -22,7 +22,6 @@ USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:tgz xorg
USE_GNOME= cairo gdkpixbuf2 gtk20
USE_XORG= x11
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --enable-emf=yes
MAKE_ARGS+= MAKE=${MAKE_CMD}
CFLAGS+= -fcommon
diff --git a/science/h5utils/Makefile b/science/h5utils/Makefile
index 6524c0876334..df6ce40fcd24 100644
--- a/science/h5utils/Makefile
+++ b/science/h5utils/Makefile
@@ -20,7 +20,6 @@ LIB_DEPENDS= libdf.so:science/hdf \
USES= autoreconf compiler:c++11-lang jpeg localbase
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CFLAGS+= -pthread
CXXFLAGS+= -std=c++11
diff --git a/security/uacme/Makefile b/security/uacme/Makefile
index 0a7782007c43..e624ddbcd5f6 100644
--- a/security/uacme/Makefile
+++ b/security/uacme/Makefile
@@ -16,7 +16,6 @@ USES= gmake pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= ndilieto
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --datadir=${EXAMPLESDIR:H} \
--disable-maintainer-mode \
--sysconfdir=${PREFIX}/etc
diff --git a/sysutils/procenv/Makefile b/sysutils/procenv/Makefile
index 12ae0bf47ca3..e5dfacf3ef0f 100644
--- a/sysutils/procenv/Makefile
+++ b/sysutils/procenv/Makefile
@@ -20,7 +20,6 @@ GH_ACCOUNT= jamesodhunt
USE_PERL5= build
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
TEST_TARGET= check
PLIST_FILES= bin/procenv \
diff --git a/sysutils/testdisk/Makefile b/sysutils/testdisk/Makefile
index 9fc565d2c972..f33d38e464c5 100644
--- a/sysutils/testdisk/Makefile
+++ b/sysutils/testdisk/Makefile
@@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= jpeg localbase:ldflags ncurses tar:bzip2
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-qt \
--without-ewf
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile
index 0aea7b47b304..e65073b07ee1 100644
--- a/www/bluefish/Makefile
+++ b/www/bluefish/Makefile
@@ -24,7 +24,6 @@ SHEBANG_FILES= data/css_decompressor data/cssmin.py data/jsbeautify data/json_pr
src/plugin_zencoding/zencoding/filters/*.py \
src/plugin_zencoding/zencoding/*.py
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-update-databases \
--with-freedesktop_org-menu=${PREFIX}/share/applications \
--with-freedesktop_org-mime=${PREFIX}/share/mime \
diff --git a/x11-clocks/xdaliclock/Makefile b/x11-clocks/xdaliclock/Makefile
index f4e4576e987a..e3346e932cd5 100644
--- a/x11-clocks/xdaliclock/Makefile
+++ b/x11-clocks/xdaliclock/Makefile
@@ -17,7 +17,6 @@ GLIB_SCHEMAS= org.jwz.xdaliclock.gschema.xml
USE_XORG= x11
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS= xdaliclock-classic
WRKSRC= ${WRKDIR}/${DISTNAME}/X11
diff --git a/x11/xclip/Makefile b/x11/xclip/Makefile
index 850db7f0959a..37c154683106 100644
--- a/x11/xclip/Makefile
+++ b/x11/xclip/Makefile
@@ -17,7 +17,6 @@ GH_ACCOUNT= astrand
USE_XORG= x11 xmu
GNU_CONFIGURE= yes
-GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ENV+= ac_cv_header_X11_Intrinsic_h=yes \
ac_cv_header_X11_Xmu_Atoms_h=yes \
ac_cv_lib_Xmu_XmuClientWindow=yes