From ba2cc0e003b2ee752c205fdadbb407b38613d905 Mon Sep 17 00:00:00 2001 From: rakuco Date: Sat, 5 Mar 2016 13:32:02 +0000 Subject: 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 --- net-mgmt/netdot/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'net-mgmt') diff --git a/net-mgmt/netdot/Makefile b/net-mgmt/netdot/Makefile index ea7d9f8ec1c8..b4d7fc5a983a 100644 --- a/net-mgmt/netdot/Makefile +++ b/net-mgmt/netdot/Makefile @@ -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} -- cgit