diff options
author | rillig <rillig> | 2005-11-04 18:41:31 +0000 |
---|---|---|
committer | rillig <rillig> | 2005-11-04 18:41:31 +0000 |
commit | a1dab446248bdb6d9907467fa2d282604b7fa3a1 (patch) | |
tree | 918d82ab03199a9ff654cddad720867d52f063ce /devel/libebml | |
parent | 04751a6e397698e4e5cad7987b1dce15fa61c26e (diff) | |
download | pkgsrc-a1dab446248bdb6d9907467fa2d282604b7fa3a1.tar.gz |
Fixed definition of BUILD_DIRS.
Diffstat (limited to 'devel/libebml')
-rw-r--r-- | devel/libebml/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index f9d2dd5b4bd..f097beec145 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2005/08/20 14:12:19 grant Exp $ +# $NetBSD: Makefile,v 1.20 2005/11/04 18:41:31 rillig Exp $ # DISTNAME= libebml-0.7.5 @@ -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 |