Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 6 Dec 2015 09:30:17 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403093 - head/devel/ncurses
Message-ID:  <201512060930.tB69UHFw025026@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Sun Dec  6 09:30:17 2015
New Revision: 403093
URL: https://svnweb.freebsd.org/changeset/ports/403093

Log:
  Explicitly prevent manpage renaming otherwise, on an uncontrolled env, the
  manpages may end up renamed

Modified:
  head/devel/ncurses/Makefile

Modified: head/devel/ncurses/Makefile
==============================================================================
--- head/devel/ncurses/Makefile	Sun Dec  6 07:19:40 2015	(r403092)
+++ head/devel/ncurses/Makefile	Sun Dec  6 09:30:17 2015	(r403093)
@@ -29,6 +29,7 @@ CONFIGURE_ARGS=	--datadir=${PREFIX}/shar
 		--without-curses-h --with-termlib --program-prefix= \
 		--enable-rpath --disable-root-environ \
 		--with-manpage-format=gzip --srcdir=../ \
+		--without-manpage-renames \
 		--mandir=${MANPREFIX}/man \
 		--with-hashed-db \
 		--with-pkg-config-libdir=${PREFIX}/libdata/pkgconfig



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512060930.tB69UHFw025026>