Skip to content

Commit

Permalink
*/*: Remove GNU_CONFIGURE_MANPREFIX
Browse files Browse the repository at this point in the history
After 9fd7ee1 remove GNU_CONFIGURE_MANPREFIX from my ports.
  • Loading branch information
Christian Weisgerber authored and Christian Weisgerber committed Apr 17, 2024
1 parent b997928 commit 5d55ec5
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 14 deletions.
1 change: 0 additions & 1 deletion archivers/gcpio/Makefile
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion archivers/gtar/Makefile
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion audio/flac/Makefile
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion audio/libao/Makefile
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion audio/mpg321/Makefile
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion audio/opus-tools/Makefile
Expand Up @@ -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>
1 change: 0 additions & 1 deletion audio/vorbis-tools/Makefile
Expand Up @@ -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

Expand Down
1 change: 0 additions & 1 deletion comms/wy60/Makefile
Expand Up @@ -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:
Expand Down
1 change: 0 additions & 1 deletion editors/bvi/Makefile
Expand Up @@ -14,6 +14,5 @@ LICENSE_FILE= ${WRKSRC}/COPYING

USES= ncurses
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

.include <bsd.port.mk>
1 change: 0 additions & 1 deletion games/gtypist/Makefile
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion games/xsoldier/Makefile
Expand Up @@ -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}"

Expand Down
1 change: 0 additions & 1 deletion math/calcoo/Makefile
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion math/galculator/Makefile
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion net/openntpd/Makefile
Expand Up @@ -22,7 +22,6 @@ USERS= _ntp
GROUPS= _ntp

GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX= ${PREFIX}/share

SUB_FILES= 480.status-openntpd pkg-message

Expand Down

0 comments on commit 5d55ec5

Please sign in to comment.