openbsd-ports/archivers/zoo/patches/patch-makefile

14 lines
386 B
Plaintext
Raw Normal View History

2006-04-07 03:40:18 -04:00
$OpenBSD: patch-makefile,v 1.1 2006/04/07 07:40:18 pvalchev Exp $
--- makefile.orig Tue Jul 16 09:52:08 1991
+++ makefile Fri Apr 7 01:38:55 2006
@@ -68,7 +68,8 @@ help :
# install alpha zoo as "tzoo"
2000-03-26 17:02:28 -05:00
install:
- mv zoo $(DESTDIR)/tzoo
+ $(BSD_INSTALL_PROGRAM) $(TARGETS) $(PREFIX)/bin
+ $(BSD_INSTALL_MAN) zoo.1 fiz.1 $(PREFIX)/man/man1
2000-03-26 17:02:28 -05:00
# install beta zoo as "bzoo"
inst_beta: