d8b34101c1
Numerous bug fixes and enhancements since 0.6.12, including: auto-pkgsrc-setup: Add custom umask to sbmake wrapper to override user env auto-change-uid: Improve performance with find -exec +, prune nfs mounts auto-mount-noautos: New cronable script for mounting noauto NFS mounts
21 lines
491 B
Makefile
21 lines
491 B
Makefile
# $NetBSD: Makefile,v 1.3 2021/03/15 20:01:49 bacon Exp $
|
|
|
|
DISTNAME= auto-admin-0.7.1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=outpaddling/}
|
|
|
|
MAINTAINER= bacon@NetBSD.org
|
|
HOMEPAGE= https://github.com/outpaddling/auto-admin
|
|
COMMENT= Portable tools for automating systems management
|
|
LICENSE= 2-clause-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
NO_BUILD= yes
|
|
|
|
INSTALLATION_DIRS= sbin
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/Scripts/* ${DESTDIR}${PREFIX}/sbin
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|