mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
3c08c7c63c
Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
12 lines
551 B
Plaintext
12 lines
551 B
Plaintext
--- src/Makefile.in.orig Wed Jan 18 03:52:30 2006
|
|
+++ src/Makefile.in Wed Jan 18 03:53:11 2006
|
|
@@ -405,7 +405,7 @@
|
|
$(INSTALL_DATA) pl.1 $(DESTDIR)$(plmandir)/$(PL).$(mansec)
|
|
$(INSTALL_DATA) $(srcdir)/plrc.1 $(DESTDIR)$(plmandir)/plrc.$(mansec)
|
|
$(INSTALL_DATA) $(srcdir)/plld.1 $(DESTDIR)$(plmandir)/plld.$(mansec)
|
|
- $(INSTALL_DATA) $(srcdir)/readline.3 $(DESTDIR)$(plmandir)/readline.$(lmansec)
|
|
+# in base or ports: $(INSTALL_DATA) $(srcdir)/readline.3 $(DESTDIR)$(plmandir)/readline.$(lmansec)
|
|
|
|
#
|
|
# runtime-only environment installation
|