e962341023
(Need for update found by mef@'s check-update script!) New in Version 0.9.2, released 2014-06-18 * 'etcmanage --update' now logs MISSING*, UNMANAGED_*_UPSTREAM, and MODIFIED* messages to STDOUT instead of STDERR.
22 lines
533 B
Makefile
22 lines
533 B
Makefile
# $NetBSD: Makefile,v 1.15 2015/01/04 01:53:22 gdt Exp $
|
|
#
|
|
|
|
DISTNAME= etcmanage-0.9.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.ir.bbn.com/~gdt/etcmanage/
|
|
COMMENT= Automatically manage files in /etc
|
|
LICENSE= modified-bsd
|
|
|
|
USE_TOOLS+= perl:run
|
|
USE_PKGLOCALEDIR= yes
|
|
GNU_CONFIGURE= yes
|
|
TEST_TARGET= check
|
|
|
|
AUTO_MKDIRS= YES
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|