diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-06-04 05:31:16 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-06-04 05:31:16 +0000 |
commit | 5b95886fb23185c5b59e70b800ff6727d57cbe3d (patch) | |
tree | 782fc206235ba72a86845c1824bf4f82da45555b /archivers/zoo | |
parent | 6162764566966191806437f40d0252e8e09725c7 (diff) | |
download | ports-5b95886fb23185c5b59e70b800ff6727d57cbe3d.tar.gz ports-5b95886fb23185c5b59e70b800ff6727d57cbe3d.zip |
Fix installation on -current due to *.mk changes.
Submitted by: ru
Notes
Notes:
svn path=/head/; revision=60570
Diffstat (limited to 'archivers/zoo')
-rw-r--r-- | archivers/zoo/files/patch-ab | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/archivers/zoo/files/patch-ab b/archivers/zoo/files/patch-ab index 6613d11bc3ee..e12f1845c2e0 100644 --- a/archivers/zoo/files/patch-ab +++ b/archivers/zoo/files/patch-ab @@ -1,5 +1,5 @@ -*** makefile.old Thu Aug 8 09:34:44 1991 ---- makefile Thu Jan 5 05:07:23 1995 +*** makefile.old Tue Jul 16 17:52:08 1991 +--- makefile Mon Jun 3 14:05:51 2002 *************** *** 18,30 **** @@ -61,8 +61,8 @@ # install production zoo as "zoo" ! install: -! $(INSTALL) $(COPY) $(STRIP) -o $(BINOWN) -g $(BINGRP) -m $(BINMODE) $(TARGETS) $(DESTDIR) -! $(INSTALL) -c -o $(BINOWN) -g $(BINGRP) -m 444 zoo.1 fiz.1 $(PREFIX)/man/man1 +! $(BSD_INSTALL_PROGRAM) $(TARGETS) $(DESTDIR) +! $(BSD_INSTALL_MAN) zoo.1 fiz.1 $(PREFIX)/man/man1 # executable targets TARGETS = zoo fiz |