*/*: Remove GNU_CONFIGURE_MANPREFIX

After 9fd7ee1cdf remove GNU_CONFIGURE_MANPREFIX from my ports.
This commit is contained in:
Emanuel Haupt 2024-04-12 21:35:43 +02:00
parent 14ba2d0a44
commit 4ab6c18716
38 changed files with 0 additions and 38 deletions

View file

@ -22,7 +22,6 @@ GH_PROJECT= ${PORTNAME}-unix
GH_TUPLE= adplug:database:${DBVERSION}:database/database-${DBVERSION} GH_TUPLE= adplug:database:${DBVERSION}:database/database-${DBVERSION}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --sharedstatedir=${DATADIR} CONFIGURE_ARGS+= --sharedstatedir=${DATADIR}
PLIST_FILES= ${DATADIR}/adplug/adplug.db \ PLIST_FILES= ${DATADIR}/adplug/adplug.db \

View file

@ -12,7 +12,6 @@ WWW= https://checkmate.gissen.nl/
LICENSE= GPLv2 LICENSE= GPLv2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/mpck \ PLIST_FILES= bin/mpck \
share/man/man1/mpck.1.gz share/man/man1/mpck.1.gz

View file

@ -20,7 +20,6 @@ USE_GITHUB= yes
GH_ACCOUNT= mmitch GH_ACCOUNT= mmitch
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \ CONFIGURE_ARGS+= --mandir=${PREFIX}/share/man \
--prefix=${PREFIX} \ --prefix=${PREFIX} \

View file

@ -21,7 +21,6 @@ USE_GITHUB= yes
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --enable-maintainer-mode CONFIGURE_ARGS+= --enable-maintainer-mode
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip

View file

@ -20,7 +20,6 @@ CPE_VENDOR= openmpt
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --disable-doxygen-doc \ CONFIGURE_ARGS= --disable-doxygen-doc \
--with-mpg123 \ --with-mpg123 \

View file

@ -15,7 +15,6 @@ LIB_DEPENDS= libmikmod.so:audio/libmikmod
USES= gmake ncurses USES= gmake ncurses
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= %%DATADIR%%/mikmodrc \ PLIST_FILES= %%DATADIR%%/mikmodrc \
bin/mikmod \ bin/mikmod \

View file

@ -27,7 +27,6 @@ USES= compiler:c11 dos2unix gmake gnome iconv jpeg localbase:ldflags \
makeinfo ncurses pkgconfig shared-mime-info tar:xz makeinfo ncurses pkgconfig shared-mime-info tar:xz
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-dir-suffix="" \ --with-dir-suffix="" \
--without-sdl \ --without-sdl \

View file

@ -16,7 +16,6 @@ USES= compiler:c++11-lib desktop-file-utils localbase python sdl xorg
USE_SDL= sdl2 USE_SDL= sdl2
USE_XORG= x11 xext xv USE_XORG= x11 xext xv
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERSION}

View file

@ -21,7 +21,6 @@ GH_ACCOUNT= mikebrady
USE_RC_SUBR= ${PORTNAME} USE_RC_SUBR= ${PORTNAME}
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \ CONFIGURE_ARGS= --sysconfdir=${LOCALBASE}/etc \
--with-avahi \ --with-avahi \
--with-libdaemon \ --with-libdaemon \

View file

@ -14,7 +14,6 @@ LIB_DEPENDS= libstilview.so:audio/libsidplayfp
USES= compiler:c++17-lang localbase:ldflags pkgconfig USES= compiler:c++17-lang localbase:ldflags pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/sidplayfp \ PLIST_FILES= bin/sidplayfp \
bin/stilview \ bin/stilview \

View file

@ -15,7 +15,6 @@ LIB_DEPENDS= libxmp.so:audio/libxmp
USES= gmake localbase:ldflags pkgconfig USES= gmake localbase:ldflags pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc CONFIGURE_ARGS+= --sysconfdir=${PREFIX}/etc

View file

@ -14,7 +14,6 @@ USES= autoreconf
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= manuel-arguelles GH_ACCOUNT= manuel-arguelles
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/drg2sbg \ PLIST_FILES= bin/drg2sbg \
bin/drgbuilder \ bin/drgbuilder \

View file

@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/doc/COPYING
USES= autoreconf cpe gettext-tools gmake ssl USES= autoreconf cpe gettext-tools gmake ssl
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt CONFIGURE_ARGS= --with-cafile=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+= -I${OPENSSLINC} CPPFLAGS+= -I${OPENSSLINC}
LIBS+= -L${OPENSSLLIB} LIBS+= -L${OPENSSLLIB}

View file

@ -19,7 +19,6 @@ USES= gettext gmake gnome pkgconfig
USE_CSTD= c99 USE_CSTD= c99
USE_GNOME= cairo gdkpixbuf2 gtk30 USE_GNOME= cairo gdkpixbuf2 gtk30
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
OPTIONS_DEFINE= DBUS OPTIONS_DEFINE= DBUS

View file

@ -18,7 +18,6 @@ LIB_DEPENDS= libImath.so:math/Imath \
USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig USES= compiler:c++11-lang gmake jpeg localbase:ldflags pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-patch: post-patch:
@${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \ @${REINPLACE_CMD} -e 's|<values\.h>|<float.h>|' \

View file

@ -15,7 +15,6 @@ LIB_DEPENDS= libpopt.so:devel/popt
USES= gmake libtool pathfix pkgconfig tar:xz USES= gmake libtool pathfix pkgconfig tar:xz
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip

View file

@ -15,7 +15,6 @@ USES= cpe gmake jpeg localbase:ldflags
CPE_VENDOR= ${PORTNAME}_project CPE_VENDOR= ${PORTNAME}_project
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/jpegoptim \ PLIST_FILES= bin/jpegoptim \
share/man/man1/jpegoptim.1.gz share/man/man1/jpegoptim.1.gz

View file

@ -17,6 +17,5 @@ LIB_DEPENDS= libpng.so:graphics/png \
USES= autoreconf jpeg localbase:ldconfig tar:bzip2 USES= autoreconf jpeg localbase:ldconfig tar:bzip2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -16,6 +16,5 @@ RUN_DEPENDS= exif:graphics/exif
USES= magick:6,run python shebangfix USES= magick:6,run python shebangfix
SHEBANG_FILES= scripts/remove-duplicates SHEBANG_FILES= scripts/remove-duplicates
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
.include <bsd.port.mk> .include <bsd.port.mk>

View file

@ -18,7 +18,6 @@ CPE_VENDOR= isync_project
USE_PERL5= build USE_PERL5= build
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \ CONFIGURE_ARGS= --with-sasl=${LOCALBASE} \
--with-ssl=${OPENSSLLIB:H} --with-ssl=${OPENSSLLIB:H}

View file

@ -18,7 +18,6 @@ USE_GITHUB= yes
GH_ACCOUNT= vermaseren GH_ACCOUNT= vermaseren
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-native \ CONFIGURE_ARGS+= --disable-native \
--enable-largefile \ --enable-largefile \
--enable-scalar \ --enable-scalar \

View file

@ -11,7 +11,6 @@ WWW= https://savannah.nongnu.org/projects/bestfit/
LICENSE= GPLv2 LICENSE= GPLv2
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/bestfit \ PLIST_FILES= bin/bestfit \
share/man/man1/bestfit.1.gz share/man/man1/bestfit.1.gz

View file

@ -13,7 +13,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= tar:tgz USES= tar:tgz
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
USE_GITHUB= yes USE_GITHUB= yes
GH_ACCOUNT= neurobin GH_ACCOUNT= neurobin

View file

@ -14,7 +14,6 @@ LICENSE= GPLv2
USES= libtool pathfix USES= libtool pathfix
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS= chef filters CONFLICTS= chef filters
SUB_FILES= pkg-message SUB_FILES= pkg-message

View file

@ -26,7 +26,6 @@ USE_GNOME= gtk20
USE_XORG= x11 xext xi USE_XORG= x11 xext xi
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --disable-debug
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip

View file

@ -17,7 +17,6 @@ USE_GITHUB= yes
GH_ACCOUNT= eribertomota GH_ACCOUNT= eribertomota
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= share/man/man8/packit.8.gz \ PLIST_FILES= share/man/man8/packit.8.gz \
sbin/packit sbin/packit

View file

@ -13,7 +13,6 @@ LICENSE= GPLv2
USES= ncurses USES= ncurses
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/nload \ PLIST_FILES= bin/nload \
share/man/man1/nload.1.gz share/man/man1/nload.1.gz

View file

@ -17,7 +17,6 @@ USES= gmake
USE_LDCONFIG= yes USE_LDCONFIG= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --libdir=${PREFIX}/lib \ CONFIGURE_ARGS= --libdir=${PREFIX}/lib \
--with-conf=${PREFIX}/etc/tsocks.conf --with-conf=${PREFIX}/etc/tsocks.conf

View file

@ -14,7 +14,6 @@ USE_GITHUB= yes
GH_ACCOUNT= dagwieers GH_ACCOUNT= dagwieers
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFLICTS_INSTALL= security/1password-client CONFLICTS_INSTALL= security/1password-client
post-configure: post-configure:

View file

@ -23,7 +23,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= bison cpe iconv localbase pathfix USES= bison cpe iconv localbase pathfix
CPE_VENDOR= gnu CPE_VENDOR= gnu
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --without-bash-malloc \ CONFIGURE_ARGS+= --without-bash-malloc \
--disable-rpath \ --disable-rpath \
--enable-disabled-builtins \ --enable-disabled-builtins \

View file

@ -14,7 +14,6 @@ LIB_DEPENDS= libdvdread.so:multimedia/libdvdread
USES= gmake USES= gmake
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib LDFLAGS+= -L${LOCALBASE}/lib

View file

@ -12,7 +12,6 @@ LICENSE= MIT
USES= localbase pkgconfig USES= localbase pkgconfig
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
PLIST_FILES= bin/fdupes \ PLIST_FILES= bin/fdupes \
share/man/man1/fdupes.1.gz share/man/man1/fdupes.1.gz

View file

@ -21,7 +21,6 @@ GH_PROJECT= fuse-ext2
GH_TAGNAME= ea7bacf GH_TAGNAME= ea7bacf
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs CPPFLAGS+= -I${LOCALBASE}/include/e2fsprogs
LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \ LDFLAGS+= -L${LOCALBASE}/lib/e2fsprogs -Wl,--rpath \

View file

@ -25,7 +25,6 @@ USE_SDL= image2 sdl2
USE_XORG= x11 USE_XORG= x11
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
post-patch: post-patch:
@${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \ @${REINPLACE_CMD} -e 's| -Wno-unused-but-set-variable||' \

View file

@ -19,7 +19,6 @@ USE_PERL5= run
SHEBANG_FILES= magicsort tools/*.pl tools/checkrecipe SHEBANG_FILES= magicsort tools/*.pl tools/checkrecipe
HAS_CONFIGURE= yes HAS_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS= --prefix=${PREFIX} CONFIGURE_ARGS= --prefix=${PREFIX}
MAKE_ENV+= STAGEDIR=${STAGEDIR} MAKE_ENV+= STAGEDIR=${STAGEDIR}

View file

@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING
USES= autoreconf cpe USES= autoreconf cpe
CPE_VENDOR= debian CPE_VENDOR= debian
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
INSTALL_TARGET= install-strip INSTALL_TARGET= install-strip

View file

@ -22,7 +22,6 @@ USE_GNOME= intltool
USE_XORG= x11 xcb xft xrandr xrender USE_XORG= x11 xcb xft xrandr xrender
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
LDFLAGS+= -pthread LDFLAGS+= -pthread

View file

@ -21,7 +21,6 @@ USES= cpe localbase ncurses tar:tgz xorg
CPE_VENDOR= invisible-island CPE_VENDOR= invisible-island
USE_XORG= ice x11 xext xft xmu xpm xt USE_XORG= ice x11 xext xft xmu xpm xt
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share
CONFIGURE_ARGS+= --enable-narrowproto \ CONFIGURE_ARGS+= --enable-narrowproto \
--with-utempter --with-utempter