svn commit: r489777 - head/sysutils/chyves

Lars Engels lme at FreeBSD.org
Wed Jan 9 13:05:33 UTC 2019


Author: lme
Date: Wed Jan  9 13:05:31 2019
New Revision: 489777
URL: https://svnweb.freebsd.org/changeset/ports/489777

Log:
  sysutils/chyves: Fix installation to custom PREFIX
  
  PR:		234554
  Submitted by:	mi@

Modified:
  head/sysutils/chyves/Makefile

Modified: head/sysutils/chyves/Makefile
==============================================================================
--- head/sysutils/chyves/Makefile	Wed Jan  9 12:58:22 2019	(r489776)
+++ head/sysutils/chyves/Makefile	Wed Jan  9 13:05:31 2019	(r489777)
@@ -16,6 +16,8 @@ USE_GITHUB=	yes
 NO_BUILD=	yes
 NO_ARCH=	yes
 
+MAKE_ARGS+=	-e
+
 do-patch:
 	${REINPLACE_CMD} 's%\$$(PREFIX)%${STAGEDIR}/$$(PREFIX)%g' ${WRKSRC}/Makefile
 


More information about the svn-ports-head mailing list