Normalized BUILD_DIRS.
This commit is contained in:
parent
d20c676525
commit
abb79d8bb3
2 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.13 2005/06/17 03:50:19 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.14 2005/11/04 18:53:28 rillig Exp $
|
||||
|
||||
DISTNAME= aribas-1.53
|
||||
CATEGORIES= math
|
||||
|
@ -10,7 +10,7 @@ COMMENT= Multi-precision floating point and big integer arithmetic calculator
|
|||
|
||||
CPPFLAGS+= -DUNiX -DPROTO
|
||||
|
||||
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/src
|
||||
BUILD_DIRS= src
|
||||
|
||||
INSTALLATION_DIRS= bin man/man1
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.16 2005/08/20 14:12:19 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.17 2005/11/04 18:55:07 rillig Exp $
|
||||
#
|
||||
|
||||
DISTNAME= libmatroska-0.7.7
|
||||
|
@ -18,7 +18,7 @@ USE_LANGUAGES= c++
|
|||
NO_CONFIGURE= yes
|
||||
MAKEFLAGS+= prefix=${PREFIX:Q}
|
||||
MAKE_ENV+= CXXFLAGS=${CXXFLAGS:Q} RANLIB=${RANLIB:Q}
|
||||
BUILD_DIRS= ${WRKDIR}/${DISTNAME}/make/linux
|
||||
BUILD_DIRS= make/linux
|
||||
BUILD_TARGET= staticlib
|
||||
INSTALL_TARGET= install_headers install_staticlib
|
||||
TEST_TARGET= test
|
||||
|
|
Loading…
Reference in a new issue