54f438cdb4
Changes: rcm (1.3.5) ----------- * BUGFIX: *:*~ exclude paterns work again (Alexander Goldstein) * BUGFIX: messages for -C being a copy so can't update (Mat M). * BUGFIX: expect at least one existing dotfiles directory (Mat M). * BUGFIX: fix program name in rcdn -V (Ivan Tkachenko) * Feature: mkrc hooks via -k/-K (Patrick Brisbin) * Feature: All symlinks in input are rejected (Mat M). * Package and maintenance improvements (Alexander Goldstein, Eric Collins, Mat M, Darcy Parker).
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.4 2022/06/02 23:48:39 leot Exp $
|
|
|
|
DISTNAME= rcm-1.3.5
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= https://thoughtbot.github.io/rcm/dist/
|
|
|
|
MAINTAINER= leot@NetBSD.org
|
|
HOMEPAGE= https://thoughtbot.github.io/rcm/
|
|
COMMENT= Tools for rc file (dotfile) management
|
|
LICENSE= modified-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|