aboutsummaryrefslogtreecommitdiff
path: root/sysutils/rename
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:53:30 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-09-05 16:53:30 +0000
commitf0e727240edaf18f963b79dfb2fb5d6c1fd9adc1 (patch)
tree2953db9e35bf7fd2cd1eadceea3d34dbdfd2715a /sysutils/rename
parent49694c8a658d8be42cb4fdf27f1ec2431fa0c57b (diff)
Notes
Diffstat (limited to 'sysutils/rename')
-rw-r--r--sysutils/rename/files/patch-Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/rename/files/patch-Makefile.in b/sysutils/rename/files/patch-Makefile.in
index 1cff3b3e37b9..b95a5cc31ffe 100644
--- a/sysutils/rename/files/patch-Makefile.in
+++ b/sysutils/rename/files/patch-Makefile.in
@@ -25,8 +25,8 @@
- install -o root -g wheel -m 0755 -s rename $(BINDIR)
- install -o root -g wheel -m 0644 rename.1 $(MANDIR)
-
-+ install -o root -g wheel -m 0755 -s rename $(DESTDIR)$(BINDIR)
-+ install -o root -g wheel -m 0644 rename.1 $(DESTDIR)$(MANDIR)
++ $(BSD_INSTALL_PROGRAM) rename $(DESTDIR)$(BINDIR)
++ $(BSD_INSTALL_MAN) rename.1 $(DESTDIR)$(MANDIR)
+
rename.o: rename.c rename.h
regex.o: regex.c regex.h