svn commit: r351841 - head/x11-wm/nickleby

Baptiste Daroussin bapt at FreeBSD.org
Tue Apr 22 14:17:05 UTC 2014


Author: bapt
Date: Tue Apr 22 14:17:04 2014
New Revision: 351841
URL: http://svnweb.freebsd.org/changeset/ports/351841
QAT: https://qat.redports.org/buildarchive/r351841/

Log:
  Fix build
  
  Reported by:	swills (jenkins)

Modified:
  head/x11-wm/nickleby/Makefile

Modified: head/x11-wm/nickleby/Makefile
==============================================================================
--- head/x11-wm/nickleby/Makefile	Tue Apr 22 14:14:07 2014	(r351840)
+++ head/x11-wm/nickleby/Makefile	Tue Apr 22 14:17:04 2014	(r351841)
@@ -12,7 +12,7 @@ COMMENT=	Simple window manager
 MAKE_ENV=	X11BASE=${LOCALBASE}
 USE_XORG=	x11
 
-MAKE_ENV=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
+MAKE_ENV+=	INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
 		INSTALL_MAN="${INSTALL_MAN}"
 PLIST_FILES=	bin/nickleby \
 		man/man1/nickleby.1.gz


More information about the svn-ports-all mailing list