aboutsummaryrefslogtreecommitdiff
path: root/editors/nedit
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2002-08-21 15:27:53 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2002-08-21 15:27:53 +0000
commit8596f6fd32446a0e1888b1d4110f42998f4f6d2c (patch)
tree0506f11eff676b026d9c3f9c72ce40c089321a5f /editors/nedit
parent2b766641b7affa815dc5949be586cfb4f095e324 (diff)
downloadports-8596f6fd32446a0e1888b1d4110f42998f4f6d2c.tar.gz
ports-8596f6fd32446a0e1888b1d4110f42998f4f6d2c.zip
I guess something changed in ports/Mk so that BINOWN, BINGRP, and
BINMODE are no longer set when make'ing. Manually add them to MAKE_ENV in the port's Makefile. PR: 40800, 41687 Submitted by: kan
Notes
Notes: svn path=/head/; revision=64756
Diffstat (limited to 'editors/nedit')
-rw-r--r--editors/nedit/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/nedit/Makefile b/editors/nedit/Makefile
index 2e5cac8f7f42..a563650d4326 100644
--- a/editors/nedit/Makefile
+++ b/editors/nedit/Makefile
@@ -23,6 +23,7 @@ USE_X_PREFIX= yes
USE_XPM= yes
MAN1= nclient.1 nedit.1
ALL_TARGET= freebsd
+MAKE_ENV+= BINOWN=${BINOWN} BINGRP=${BINGRP} BINMODE=${BINMODE}
post-extract:
${CP} ${DISTDIR}/nedit.app-defaults ${WRKSRC}/NEdit.ad