diff options
Diffstat (limited to 'devel/pthread-stublib/Makefile')
-rw-r--r-- | devel/pthread-stublib/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/devel/pthread-stublib/Makefile b/devel/pthread-stublib/Makefile index 4f270a31b4f..fcebb622381 100644 --- a/devel/pthread-stublib/Makefile +++ b/devel/pthread-stublib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/03/21 19:23:08 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2008/01/12 12:35:39 joerg Exp $ DISTNAME= pthread-stublib-1.0 CATEGORIES= devel @@ -13,6 +13,10 @@ USE_LIBTOOL= yes ONLY_FOR_PLATFORM= NetBSD-[12].*-* +PKG_DESTDIR_SUPPORT= user-destdir + +INSTALLATION_DIRS= lib + do-extract: ${CP} ${FILESDIR}/pthread-stubs.c ${FILESDIR}/Makefile ${WRKSRC} |