18 lines
614 B
Plaintext
18 lines
614 B
Plaintext
$OpenBSD: patch-unix_Makefile,v 1.3 2006/07/30 17:33:40 naddy Exp $
|
|
--- unix/Makefile.orig Sun Apr 23 01:52:18 2006
|
|
+++ unix/Makefile Sun Jul 30 19:09:14 2006
|
|
@@ -128,11 +128,9 @@ $(ZIPMANUAL): man/zip.1
|
|
# install
|
|
install: $(ZIPS)
|
|
-$(INSTALL_D) $(BINDIR)
|
|
- $(INSTALL_PROGRAM) $(ZIPS) $(BINDIR)
|
|
- -cd $(BINDIR); $(CHMOD) $(BINFLAGS) $(ZIPS)
|
|
+ $(BSD_INSTALL_PROGRAM) $(ZIPS) $(BINDIR)
|
|
-$(INSTALL_D) $(MANDIR)
|
|
- $(INSTALL) man/zip.1 $(MANDIR)/zip.$(manext)
|
|
- $(CHMOD) $(MANFLAGS) $(MANDIR)/zip.$(manext)
|
|
+ $(BSD_INSTALL_MAN) man/zip.1 $(MANDIR)/zip.$(manext)
|
|
|
|
uninstall:
|
|
-cd $(BINDIR); rm -f $(ZIPS)
|