Don't override do-build, use BUILD_DIRS instead.
This commit is contained in:
parent
16c06f5669
commit
9886630360
1 changed files with 4 additions and 6 deletions
|
@ -1,5 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.12 2006/07/16 12:50:58 shattered Exp $
|
||||
#
|
||||
# $NetBSD: Makefile,v 1.13 2006/07/30 15:00:15 shattered Exp $
|
||||
|
||||
DISTNAME= scite170
|
||||
PKGNAME= scite-1.70
|
||||
|
@ -15,10 +14,9 @@ WRKSRC= ${WRKDIR}
|
|||
USE_DIRS+= xdg-1.2
|
||||
USE_LANGUAGES= c c++
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}/scintilla/gtk && ${GMAKE} GTK2=1 CPPFLAGS=-Dunix
|
||||
cd ${WRKSRC}/scite/gtk && ${GMAKE} GTK2=1 CPPFLAGS=-Dunix
|
||||
BUILD_DIRS= scintilla/gtk scite/gtk
|
||||
MAKE_FLAGS+= GTK2=1 CPPFLAGS=-Dunix
|
||||
MAKEFILE= makefile
|
||||
|
||||
do-install:
|
||||
cd ${WRKSRC}/scite/gtk && ${GMAKE} GTK2=1 install
|
||||
|
|
Loading…
Reference in a new issue