aboutsummaryrefslogtreecommitdiff
path: root/sysutils/di/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/di/Makefile')
-rw-r--r--sysutils/di/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/sysutils/di/Makefile b/sysutils/di/Makefile
index 2aaed6cb600a..6d3cea9846bc 100644
--- a/sysutils/di/Makefile
+++ b/sysutils/di/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= di
-PORTVERSION= 4.12
+PORTVERSION= 4.13
CATEGORIES= sysutils
MASTER_SITES= http://www.gentoo.com/di/ \
http://fresh.t-systems-sfr.com/unix/src/privat2/
@@ -32,6 +32,10 @@ USE_PERL5_BUILD= yes
post-patch:
@${REINPLACE_CMD} -e "s|zoneid_t|zoneId_t|g" ${WRKSRC}/di.c
+pre-configure:
+ @${CHMOD} +x ${WRKSRC}/Build
+ @${CHMOD} +x ${WRKSRC}/features/turnoffnls.sh
+
do-configure:
(cd ${WRKSRC}; \
${SETENV} ${MAKE_ENV} DI_BUILD_MKCONFIG_PL=1 \