ports/net/silc-client/files/patch-apps__irssi__Makefile.in
Rong-En Fan 16aacfa44a - Update to 1.1
- Install manual page

Cleanups:

- Remove USE_PERL5, use REINPLACE_CMD instead
- Remove PKGDEINSTALL hacks. Replace the same functionality with
  Makefile and pkg-plist equivlents
- Remove OPTIMIZED_CFLAGS knob, it is no use. -O2 is always on according
  to pointyhat build log
- Remove unnecessary OSVERSION check for 4.x
- Remove installation of unnecessary documents (TODO, CHANGES, etc.)
- Use DOCSDIR, DATADIR macros

PR:   	       ports/113367
Submitted by:  Wesley Shields <wxs at atarininja.org>
Approved by:   maintainer timeout (16 days)
2007-06-21 19:29:47 +00:00

11 lines
484 B
Text

--- ./apps/irssi/Makefile.in.orig Mon Jun 4 05:22:15 2007
+++ ./apps/irssi/Makefile.in Tue Jun 5 00:55:54 2007
@@ -813,7 +813,7 @@
-mkdir -p $(mandir)/man1
doc-install-client:
- $(INSTALL_DATA) $(silc_top_srcdir)/apps/irssi/silc.conf $(docdir)/example_silc.conf
+ $(INSTALL_DATA) $(silc_top_srcdir)/apps/irssi/silc.conf $(sysconfdir)/silc.conf.sample
-@if test -f $(silc_top_srcdir)/doc/silc.1 ; then \
$(INSTALL_DATA) $(silc_top_srcdir)/doc/silc.1 $(mandir)/man1; \
fi