svn commit: r403093 - head/devel/ncurses

Baptiste Daroussin bapt at FreeBSD.org
Sun Dec 6 09:30:18 UTC 2015


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


More information about the svn-ports-head mailing list