* MAKE_JOBS_SAFE=no
* marked as user-destdir installation ready
This commit is contained in:
parent
1373123a11
commit
a2f461a2b4
1 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.8 2008/10/02 17:29:38 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2011/03/21 02:33:14 obache Exp $
|
||||
|
||||
DISTNAME= repackaged-${PKGNAME_NOREV}
|
||||
PKGNAME= nasd-1.3
|
||||
|
@ -12,10 +12,14 @@ COMMENT= Prototype storage implementation
|
|||
|
||||
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_IMAKE= yes
|
||||
USE_TOOLS+= perl makedepend
|
||||
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
pre-patch:
|
||||
${MKDIR} ${WRKSRC}/include/nasd/netbsd
|
||||
${MKDIR} ${WRKSRC}/common/netbsd
|
||||
|
|
Loading…
Reference in a new issue