diff options
Diffstat (limited to 'archivers/nulib2/Makefile')
-rw-r--r-- | archivers/nulib2/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/archivers/nulib2/Makefile b/archivers/nulib2/Makefile index de018b04afa..3495f1909f0 100644 --- a/archivers/nulib2/Makefile +++ b/archivers/nulib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2009/06/30 00:07:09 joerg Exp $ +# $NetBSD: Makefile,v 1.19 2011/09/03 21:45:03 dholland Exp $ # DISTNAME= nulibdist-203 @@ -15,8 +15,9 @@ PKG_DESTDIR_SUPPORT= user-destdir MAKE_JOBS_SAFE= no -WRKSRC= ${WRKDIR}/${DISTNAME:S/dist/2/} -GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR} +CONFIGURE_DIRS= ${WRKDIR}/${DISTNAME:S/dist/2/} +GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" |