diff options
-rw-r--r-- | net-mgmt/netdot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |