diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2024-04-17 20:29:24 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2024-04-17 20:30:27 +0000 |
commit | 5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9 (patch) | |
tree | cb994a3c15df846469ef8a44ee021964bc5b3cc8 | |
parent | b997928b88d471f498a7bca9f03e9c9f1763eaca (diff) | |
download | ports-5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9.tar.gz ports-5d55ec5b181a39f1c0e4b5c1676a9365aa05fde9.zip |
*/*: Remove GNU_CONFIGURE_MANPREFIX
After 9fd7ee1cdf6c remove GNU_CONFIGURE_MANPREFIX from my ports.
-rw-r--r-- | archivers/gcpio/Makefile | 1 | ||||
-rw-r--r-- | archivers/gtar/Makefile | 1 | ||||
-rw-r--r-- | audio/flac/Makefile | 1 | ||||
-rw-r--r-- | audio/libao/Makefile | 1 | ||||
-rw-r--r-- | audio/mpg321/Makefile | 1 | ||||
-rw-r--r-- | audio/opus-tools/Makefile | 1 | ||||
-rw-r--r-- | audio/vorbis-tools/Makefile | 1 | ||||
-rw-r--r-- | comms/wy60/Makefile | 1 | ||||
-rw-r--r-- | editors/bvi/Makefile | 1 | ||||
-rw-r--r-- | games/gtypist/Makefile | 1 | ||||
-rw-r--r-- | games/xsoldier/Makefile | 1 | ||||
-rw-r--r-- | math/calcoo/Makefile | 1 | ||||
-rw-r--r-- | math/galculator/Makefile | 1 | ||||
-rw-r--r-- | net/openntpd/Makefile | 1 |
14 files changed, 0 insertions, 14 deletions
diff --git a/archivers/gcpio/Makefile b/archivers/gcpio/Makefile index 2dab15df1808..8da4ad30dff7 100644 --- a/archivers/gcpio/Makefile +++ b/archivers/gcpio/Makefile @@ -18,7 +18,6 @@ USES= cpe tar:bzip2 CPE_VENDOR= gnu GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-prefix=g \ --with-rmt=/etc/rmt TEST_TARGET= check diff --git a/archivers/gtar/Makefile b/archivers/gtar/Makefile index b028961f4c6f..6fe33eaed331 100644 --- a/archivers/gtar/Makefile +++ b/archivers/gtar/Makefile @@ -15,7 +15,6 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= charsetfix cpe iconv:${STATIC_ARGS} localbase tar:xz CPE_VENDOR= gnu GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --program-prefix=g # unbuckle safety belt: FreeBSD/i386 still has 32-bit time_t CONFIGURE_ARGS+=--disable-year2038 diff --git a/audio/flac/Makefile b/audio/flac/Makefile index 5375f7a7f01b..1eba0086f183 100644 --- a/audio/flac/Makefile +++ b/audio/flac/Makefile @@ -27,7 +27,6 @@ EXTRACT_CMD= ${SETENV} LC_ALL=C.UTF-8 ${TAR} USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --with-ogg="${LOCALBASE}" \ --disable-doxygen-docs \ diff --git a/audio/libao/Makefile b/audio/libao/Makefile index 4341de1408b7..8e09f2029c7d 100644 --- a/audio/libao/Makefile +++ b/audio/libao/Makefile @@ -14,7 +14,6 @@ USES= cpe libtool pathfix pkgconfig CPE_VENDOR= xiph USE_LDCONFIG= yes GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share CONFIGURE_ARGS= --enable-static \ --disable-alsa \ --disable-arts \ diff --git a/audio/mpg321/Makefile b/audio/mpg321/Makefile index 4b61c3b38f33..c10c5af7fd38 100644 --- a/audio/mpg321/Makefile +++ b/audio/mpg321/Makefile @@ -16,7 +16,6 @@ USES= cpe CPE_VENDOR= mpg321_project GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-mpg123-symlink CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/audio/opus-tools/Makefile b/audio/opus-tools/Makefile index 397db842b87e..5affac5890a9 100644 --- a/audio/opus-tools/Makefile +++ b/audio/opus-tools/Makefile @@ -21,7 +21,6 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ USES= pkgconfig GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --disable-maintainer-mode .include <bsd.port.mk> diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 4b6694c95bc5..0d8b9c31e532 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -23,7 +23,6 @@ LIB_DEPENDS= libao.so:audio/libao \ USES= cpe iconv localbase:ldflags pkgconfig CPE_VENDOR= xiph GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= PTHREAD_LIBS="-lpthread" CONFIGURE_ARGS= --without-kate diff --git a/comms/wy60/Makefile b/comms/wy60/Makefile index 2e724cb6a200..d9b2c2abbddf 100644 --- a/comms/wy60/Makefile +++ b/comms/wy60/Makefile @@ -16,7 +16,6 @@ GH_TAGNAME= 8e082bf USES= ncurses GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share MAKE_ARGS= etc_DATA=wy60.rc.sample pre-build: diff --git a/editors/bvi/Makefile b/editors/bvi/Makefile index 11ecb0e84d38..2172af1dbe72 100644 --- a/editors/bvi/Makefile +++ b/editors/bvi/Makefile @@ -14,6 +14,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= ncurses GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share .include <bsd.port.mk> diff --git a/games/gtypist/Makefile b/games/gtypist/Makefile index 7fa63a82a8e1..6e2ae7707a5b 100644 --- a/games/gtypist/Makefile +++ b/games/gtypist/Makefile @@ -12,7 +12,6 @@ LICENSE= GPLv3 USES= iconv ncurses shebangfix tar:xz GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ENV= EMACS=no \ ac_cv_header_ncursesw_ncurses_h=yes CPPFLAGS+= -I${LOCALBASE}/include -I${WRKDIR}/include diff --git a/games/xsoldier/Makefile b/games/xsoldier/Makefile index 00ca140b1995..faf6d10f9792 100644 --- a/games/xsoldier/Makefile +++ b/games/xsoldier/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv2+ USES= xorg USE_XORG= x11 ice sm xpm GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share CONFIGURE_ARGS= --localstatedir=/var MAKE_ARGS= CC_OPTIMIZE="${CFLAGS}" diff --git a/math/calcoo/Makefile b/math/calcoo/Makefile index 188b1e34815d..f646e7b4f092 100644 --- a/math/calcoo/Makefile +++ b/math/calcoo/Makefile @@ -13,7 +13,6 @@ LICENSE= GPLv2+ USES= gnome pkgconfig USE_GNOME= gtk20 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share LIBS+= -lm PLIST_FILES= bin/calcoo \ diff --git a/math/galculator/Makefile b/math/galculator/Makefile index 828eb03a86df..f5ffd1de9989 100644 --- a/math/galculator/Makefile +++ b/math/galculator/Makefile @@ -16,7 +16,6 @@ USE_GITHUB= yes USES= autoreconf gettext gmake gnome libtool localbase pkgconfig USE_GNOME= cairo intltool GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share OPTIONS_SINGLE= GTK OPTIONS_SINGLE_GTK= GTK2 GTK3 diff --git a/net/openntpd/Makefile b/net/openntpd/Makefile index 46e276d9b6ef..1e45209db085 100644 --- a/net/openntpd/Makefile +++ b/net/openntpd/Makefile @@ -22,7 +22,6 @@ USERS= _ntp GROUPS= _ntp GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share SUB_FILES= 480.status-openntpd pkg-message |