* marked as user-destdir ready
* marked as MAKE_JOBS_SAFE=no * define test target
This commit is contained in:
parent
aab52c4ec5
commit
b2bcaa1e12
1 changed files with 7 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.3 2010/05/17 08:22:58 obache Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/05/17 09:15:49 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= lmtp2nntp-1.4.1
|
||||
|
@ -10,6 +10,8 @@ HOMEPAGE= http://www.ossp.org/pkg/tool/lmtp2nntp/
|
|||
COMMENT= OSSP lmtp2nntp - Mail to News Gateway
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
# XXX: LIBS in CONFIGURE_ENV confuse subsequent configure script.
|
||||
# XXX: main configure rewrite LIBS before call subsequent configure script,
|
||||
|
@ -17,4 +19,8 @@ GNU_CONFIGURE= yes
|
|||
# XXX: LIBS passed with CONFIGURE_ARGS will be passed to sub configure AS-IS.
|
||||
CONFIGURE_ARGS+= LIBS=${LIBS:M*:Q}
|
||||
|
||||
MAKE_JOBS_SAFE= no
|
||||
|
||||
TEST_TARGET= check
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue