3c11e11daa
Change the output of the "directories" and "files" tasks to be less verbose by halving the number of lines in the most common cases.
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.4 2017/06/03 23:54:53 jlam Exp $
|
|
|
|
DISTNAME= pkgtasks-1-1.10
|
|
CATEGORIES= pkgtools
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= jlam@NetBSD.org
|
|
HOMEPAGE= https://github.com/ultijlam/pkgtasks
|
|
COMMENT= Package tasks
|
|
LICENSE= 2-clause-bsd
|
|
|
|
TEST_TARGET= check
|
|
USE_LANGUAGES= # empty
|
|
USE_TOOLS= sh
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV+= POSIX_SHELL=${TOOLS_SH:Q}
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|