diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-25 12:24:09 +0000 |
commit | fa38ed02cc7ff1a59528f13db1b7dedc130b2def (patch) | |
tree | 94158659da258abce4ed96928351a7282233e421 /mbone | |
parent | 09db2e42a9f1432af998b2877453c2eaf20a132c (diff) |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default MAKE_ENV
Notes
Notes:
svn path=/head/; revision=217477
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/nte/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mbone/nte/Makefile b/mbone/nte/Makefile index bb81ced53e80..e889ca6acdef 100644 --- a/mbone/nte/Makefile +++ b/mbone/nte/Makefile @@ -21,6 +21,4 @@ WRKSRC= ${WRKDIR}/nte PLIST_FILES= bin/nte USE_GMAKE= yes -MAKE_ENV= LOCALBASE="${LOCALBASE}" - .include <bsd.port.mk> |