svn commit: r380988 - head/editors/fte

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Mar 11 14:41:44 UTC 2015


Author: amdmi3
Date: Wed Mar 11 14:41:43 2015
New Revision: 380988
URL: https://svnweb.freebsd.org/changeset/ports/380988
QAT: https://qat.redports.org/buildarchive/r380988/

Log:
  - Fix build as non-root

Modified:
  head/editors/fte/Makefile

Modified: head/editors/fte/Makefile
==============================================================================
--- head/editors/fte/Makefile	Wed Mar 11 14:41:40 2015	(r380987)
+++ head/editors/fte/Makefile	Wed Mar 11 14:41:43 2015	(r380988)
@@ -22,6 +22,7 @@ USE_PERL5=	build
 USE_XORG=	x11 xpm
 
 CFLAGS+=	-DHAVE_STRLCAT -DHAVE_STRLCPY
+MAKE_ENV=	INSTALL_NONROOT=1
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-head mailing list