summaryrefslogtreecommitdiff
path: root/sysutils/rename/patches
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-05 15:56:34 +0000
committerrillig <rillig>2007-11-05 15:56:34 +0000
commitf5591328beef02754f6aadc61bdb6b04a1720600 (patch)
tree5d4c90ee7bf42fb425a5625f9f9c2e3f12438e4d /sysutils/rename/patches
parentb8d2823b6006ccff206bced47065138404774788 (diff)
downloadpkgsrc-f5591328beef02754f6aadc61bdb6b04a1720600.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-aa15
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