diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 20:12:08 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-08-02 20:12:08 +0800 |
commit | 22ef41577a7fd4d4af9f4599d17558dae2bcfb91 (patch) | |
tree | 34e78ad51a901a37953c143f656965ef594cd4bb /irc/quirc/files | |
parent | 6eb68148a2e1d53d4caf22a5207bc13a5f8e6f3c (diff) | |
download | freebsd-ports-gnome-22ef41577a7fd4d4af9f4599d17558dae2bcfb91.tar.gz freebsd-ports-gnome-22ef41577a7fd4d4af9f4599d17558dae2bcfb91.tar.zst freebsd-ports-gnome-22ef41577a7fd4d4af9f4599d17558dae2bcfb91.zip |
Update to 0.9.79
Diffstat (limited to 'irc/quirc/files')
-rw-r--r-- | irc/quirc/files/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/irc/quirc/files/patch-aa b/irc/quirc/files/patch-aa new file mode 100644 index 000000000000..4dc6f8302f1f --- /dev/null +++ b/irc/quirc/files/patch-aa @@ -0,0 +1,20 @@ +--- Makefile.in.orig Mon Jul 12 23:55:43 1999 ++++ Makefile.in Mon Aug 2 04:57:54 1999 +@@ -73,7 +73,7 @@ + SUBDIRS = data + + # Main binary targets +-bin_PROGRAMS = quirc quirc.inst ++bin_PROGRAMS = quirc + + # Headers + quirc_SOURCES = arlib.c dcc.cc network.cc channel.cc echo.cc quirc.cc tcl.cc command.cc server.cc tcltk.cc complete.cc hash.cc support.cc window.cc tags.cc arlib.h complete.h hash.h messages.h query.h support.h arlibcc.h history.h mytcl.h quirc.h tags.h channel.h defines.h illist.h network.h serverdcc.h command.h echo.h llist.h nick.h window.h +@@ -95,7 +95,7 @@ + + # Documentation + +-docdir = $(prefix)/doc/@PACKAGE@ ++docdir = $(prefix)/share/doc/@PACKAGE@ + doc_DATA = doc/rfc1459.txt doc/color.txt FAQ AUTHORS COPYING ChangeLog INSTALL NEWS README + + # RPM and spec file generation |