From owner-svn-ports-head@freebsd.org Sat Mar 5 13:32:03 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BF151A09EE9; Sat, 5 Mar 2016 13:32:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9056AFC9; Sat, 5 Mar 2016 13:32:03 +0000 (UTC) (envelope-from rakuco@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u25DW2X8027354; Sat, 5 Mar 2016 13:32:02 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u25DW29s027353; Sat, 5 Mar 2016 13:32:02 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201603051332.u25DW29s027353@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sat, 5 Mar 2016 13:32:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r410181 - head/net-mgmt/netdot X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Mar 2016 13:32:03 -0000 Author: rakuco Date: Sat Mar 5 13:32:02 2016 New Revision: 410181 URL: https://svnweb.freebsd.org/changeset/ports/410181 Log: Be explicit and provide the full path to the perl binary when installing. The default value of the PERL variable in the port's Makefile is "/usr/bin/perl", be explicit and provide the path to the binary on FreeBSD. PR: 197131 Submitted by: web@umich.edu Approved by: Nick Hilliard Modified: head/net-mgmt/netdot/Makefile Modified: head/net-mgmt/netdot/Makefile ============================================================================== --- head/net-mgmt/netdot/Makefile Sat Mar 5 13:21:26 2016 (r410180) +++ head/net-mgmt/netdot/Makefile Sat Mar 5 13:32:02 2016 (r410181) @@ -3,7 +3,7 @@ PORTNAME= netdot PORTVERSION= 1.0.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= http://netdot.uoregon.edu/pub/dists/ @@ -61,6 +61,7 @@ perl2_CMD= ${LOCALBASE}/bin/perl INSTALL_TARGET= install \ PREFIX=${WWWDIR} \ + PERL=${PERL} \ STAGEDIR=${STAGEDIR}${WWWDIR} \ APACHEUSER=${WWWOWN} \ APACHEGROUP=${WWWGRP}