82e37249af
Fix bug where "ocaml_findlib" and "shells" tasks were not preserving the ownership and permissions of existing system files, e.g., /etc/shells, when updating their contents.
24 lines
497 B
Makefile
24 lines
497 B
Makefile
# $NetBSD: Makefile,v 1.7 2017/08/23 17:53:19 jlam Exp $
|
|
|
|
DISTNAME= pkgtasks-1-1.15
|
|
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"
|