6a92d544dd
Changes: 1.3.4 ----- * BUGFIX: Globs no longer expand permanently (Edd Salkield). * BUGFIX: Show $ for symlinked dirs in `lsrc -F` (Mathias Michel). * Feature: All symlinks in input are rejected (Mat M). * Packaging improvements (Stephen Groat, Martin Frost, Link Dupont).
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.3 2020/08/29 21:27:23 leot Exp $
|
|
|
|
DISTNAME= rcm-1.3.4
|
|
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"
|