svn commit: r374851 - head/security/sudoscript

Baptiste Daroussin bapt at FreeBSD.org
Wed Dec 17 14:42:47 UTC 2014


Author: bapt
Date: Wed Dec 17 14:42:46 2014
New Revision: 374851
URL: https://svnweb.freebsd.org/changeset/ports/374851
QAT: https://qat.redports.org/buildarchive/r374851/

Log:
  Fix build as user
  Fix perl shebang

Modified:
  head/security/sudoscript/Makefile

Modified: head/security/sudoscript/Makefile
==============================================================================
--- head/security/sudoscript/Makefile	Wed Dec 17 14:36:01 2014	(r374850)
+++ head/security/sudoscript/Makefile	Wed Dec 17 14:42:46 2014	(r374851)
@@ -10,6 +10,8 @@ MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Audited shells in Perl with sudo(8) and script(1)
 
 USES=		perl5 gmake
+MAKE_ARGS=	PERLPATH=${PERL}
+MAKE_ENV=	SSRPM=yes
 
 post-patch:
 	@${REINPLACE_CMD} -e 's|^PREFIX=|^PREFIX?=|g' \


More information about the svn-ports-head mailing list