svn commit: r372692 - head/www/rejik

Antoine Brodin antoine at FreeBSD.org
Mon Nov 17 21:43:19 UTC 2014


Author: antoine
Date: Mon Nov 17 21:43:18 2014
New Revision: 372692
URL: https://svnweb.freebsd.org/changeset/ports/372692
QAT: https://qat.redports.org/buildarchive/r372692/

Log:
  Fix with non standard PREFIX too

Modified:
  head/www/rejik/Makefile

Modified: head/www/rejik/Makefile
==============================================================================
--- head/www/rejik/Makefile	Mon Nov 17 21:34:39 2014	(r372691)
+++ head/www/rejik/Makefile	Mon Nov 17 21:43:18 2014	(r372692)
@@ -18,7 +18,7 @@ LIB_DEPENDS=	libpcre.so:${PORTSDIR}/deve
 
 USES=		perl5 tar:tgz
 USE_GCC=	any
-MAKE_ARGS=	CC=${CC}
+MAKE_ARGS=	CC=${CC} INSTALL_PATH=${PREFIX}/rejik3
 
 USERS=		squid
 GROUPS=		squid


More information about the svn-ports-head mailing list