diff options
author | Daniel Eischen <deischen@FreeBSD.org> | 2002-08-21 15:27:53 +0000 |
---|---|---|
committer | Daniel Eischen <deischen@FreeBSD.org> | 2002-08-21 15:27:53 +0000 |
commit | 8596f6fd32446a0e1888b1d4110f42998f4f6d2c (patch) | |
tree | 0506f11eff676b026d9c3f9c72ce40c089321a5f /editors | |
parent | 2b766641b7affa815dc5949be586cfb4f095e324 (diff) | |
download | ports-8596f6fd32446a0e1888b1d4110f42998f4f6d2c.tar.gz ports-8596f6fd32446a0e1888b1d4110f42998f4f6d2c.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/nedit/Makefile | 1 |
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 |