aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt/netsaint-plugins
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2001-12-17 23:29:42 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2001-12-17 23:29:42 +0000
commit603deeee426cc4585f02a4b125c609744652f90b (patch)
tree6f809647151bdb5f79918414a590ddc7f02b45b0 /net-mgmt/netsaint-plugins
parent7367e4e6a8d2ae664132e8ca47b43cc189830a2f (diff)
downloadports-603deeee426cc4585f02a4b125c609744652f90b.tar.gz
ports-603deeee426cc4585f02a4b125c609744652f90b.zip
Add $SCRIPTS_ENV for $WRKDIRPREFIX and $MKDIR.
Notes
Notes: svn path=/head/; revision=51711
Diffstat (limited to 'net-mgmt/netsaint-plugins')
-rw-r--r--net-mgmt/netsaint-plugins/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile
index f7b9df70fdb2..b1300c888c25 100644
--- a/net-mgmt/netsaint-plugins/Makefile
+++ b/net-mgmt/netsaint-plugins/Makefile
@@ -20,6 +20,8 @@ CONFIGURE_ARGS= --sbindir=${PREFIX}/share/netsaint/sbin \
--sysconfdir=${PREFIX}/etc/netsaint \
--localstatedir=${PREFIX}/var/netsaint
CONFIGURE_ENV= LOCALBASE=${LOCALBASE}
+SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" \
+ MKDIR="${MKDIR}"
USE_AUTOMAKE= yes
USE_GMAKE= yes