svn commit: r410181 - head/net-mgmt/netdot

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat Mar 5 13:32:03 UTC 2016


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 at umich.edu
  Approved by:	Nick Hilliard <nick at 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}


More information about the svn-ports-all mailing list