ee4b0873a5
pkgsrc changes: - Remove all patches (no longer needed) Changes: 1.3.3 ----- * Feature: Expand ~ in DOTFILES_DIR hooks (Eric Collins). 1.3.2 ----- * BUGFIX: Use =, not ==, in test(1) (Florian Tham). * BUGFIX: Directories with spaces in rcup(1) (Florian Tham). * BUGFIX: Fallback the LOGNAME from whoami (AJ Villalobos, Mike Burns). * BUGFIX: Fix cd for paths beginning with hyphen (-) (Christian Höltje). * Feature: Expand ~ in DOTFILES_DIR (Rebecca Meritz). * Documentation improvements (Alan Yee, Eric Collins, Florian Tham, kajisha, Matthew Horan, maxice8, Mike Burns, Rebecca Meritz, Scott Stevenson, Tyson Gach, Yota Toyama).
16 lines
370 B
Makefile
16 lines
370 B
Makefile
# $NetBSD: Makefile,v 1.2 2018/07/14 11:41:34 leot Exp $
|
|
|
|
DISTNAME= rcm-1.3.3
|
|
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"
|