mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
22 lines
831 B
Plaintext
22 lines
831 B
Plaintext
$NetBSD: patch-ab,v 1.9 2002/11/25 04:18:47 schmonz Exp $
|
|
|
|
--- Makefile.in.orig Fri Nov 22 22:01:47 2002
|
|
+++ Makefile.in
|
|
@@ -643,16 +643,10 @@
|
|
installdirs:
|
|
@${SHELL} $(SUPPORT_SRC)mkdirs $(DESTDIR)$(bindir)
|
|
@${SHELL} $(SUPPORT_SRC)mkdirs $(DESTDIR)$(man1dir)
|
|
- @${SHELL} $(SUPPORT_SRC)mkdirs $(DESTDIR)$(infodir)
|
|
|
|
install: .made installdirs
|
|
$(INSTALL_PROGRAM) $(INSTALLMODE) $(Program) $(DESTDIR)$(bindir)/$(Program)
|
|
$(INSTALL_SCRIPT) $(INSTALLMODE2) bashbug $(DESTDIR)$(bindir)/bashbug
|
|
- -( cd $(DOCDIR) ; $(MAKE) $(MFLAGS) \
|
|
- man1dir=$(man1dir) man1ext=$(man1ext) \
|
|
- man3dir=$(man3dir) man3ext=$(man3ext) \
|
|
- infodir=$(infodir) htmldir=$(htmldir) DESTDIR=$(DESTDIR) $@ )
|
|
- -( cd $(DEFDIR) ; $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) $@ )
|
|
|
|
install-strip:
|
|
$(MAKE) $(MFLAGS) INSTALL_PROGRAM='$(INSTALL_PROGRAM) -s' \
|