aboutsummaryrefslogtreecommitdiffstats
path: root/editors
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2002-08-21 23:27:53 +0800
committerdeischen <deischen@FreeBSD.org>2002-08-21 23:27:53 +0800
commit2f3369b4f61e25333148536d39bc779177a335d8 (patch)
tree7e16cb8136d79faa2c4ccb7707a278dd4cbba635 /editors
parentf6fd6d55e8b594aea5eb04e0d2ecee36d0a9d63b (diff)
downloadfreebsd-ports-gnome-2f3369b4f61e25333148536d39bc779177a335d8.tar.gz
freebsd-ports-gnome-2f3369b4f61e25333148536d39bc779177a335d8.tar.zst
freebsd-ports-gnome-2f3369b4f61e25333148536d39bc779177a335d8.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
Diffstat (limited to 'editors')
-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