diff options
author | rillig <rillig@pkgsrc.org> | 2007-11-05 15:56:34 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-11-05 15:56:34 +0000 |
commit | 876c7520119f3c35087f94ea9a10b920df2ca006 (patch) | |
tree | 5d4c90ee7bf42fb425a5625f9f9c2e3f12438e4d /sysutils/rename/patches | |
parent | 02810c129f06172bdba2d7f2ea1e2ab8476b6f3f (diff) | |
download | pkgsrc-876c7520119f3c35087f94ea9a10b920df2ca006.tar.gz |
Imported rename from PR 37280.
Rename is a command-line rename tool. It can substitute, lowcase,
upcase large numbers of file names, or change their ownerships.
This is a quick and powerful tool written in C with extended regular
expression support for searching and substituting pattern strings
in filenames.
Diffstat (limited to 'sysutils/rename/patches')
-rw-r--r-- | sysutils/rename/patches/patch-aa | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sysutils/rename/patches/patch-aa b/sysutils/rename/patches/patch-aa new file mode 100644 index 00000000000..fc6a5e28aa5 --- /dev/null +++ b/sysutils/rename/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.1.1.1 2007/11/05 15:56:34 rillig Exp $ + +--- Makefile.in.orig 2002-05-18 23:28:34.000000000 -0400 ++++ Makefile.in 2007-11-04 19:42:05.000000000 -0500 +@@ -30,8 +30,8 @@ + rm -f core rename *.o config.status config.cache config.h config.log Makefile + + install: +- install -o root -g root -m 0755 -s rename $(BINDIR) +- install -o root -g root -m 0644 rename.1 $(MANDIR) ++ ${BSD_INSTALL_PROGRAM} rename $(BINDIR) ++ ${BSD_INSTALL_MAN} rename.1 $(MANDIR) + + rename.o: rename.c rename.h + regex.o: regex.c regex.h |