Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2016 13:32:02 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r410181 - head/net-mgmt/netdot
Message-ID:  <201603051332.u25DW29s027353@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <nick@foobar.org>

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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603051332.u25DW29s027353>