diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-17 10:28:20 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-05-17 10:28:20 +0000 |
commit | 4de749d3de3b091e9a807bdc19498064f04821ed (patch) | |
tree | 78927aa4873d17fc4c4c2caae7dc18a223ad101a | |
parent | 5705353b7b5af6bda5af6d14dbf118a5bd9a2b59 (diff) | |
download | ports-4de749d3de3b091e9a807bdc19498064f04821ed.tar.gz ports-4de749d3de3b091e9a807bdc19498064f04821ed.zip |
Add files/patch-sulci-Makefile forgotten in the previous commit:
Upgrade to the latest snaphot.
PR: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/93980
Submitted by: Denis Shaposhnikov <dsh@vlink.ru> (maintainer)
Approved by: lawrance (mentor)
Reported by: YAPHR
Approved by: lawrance (mentor)
Pontyhat to: itetcu (me)
Notes
Notes:
svn path=/head/; revision=162638
-rw-r--r-- | net-im/sulci/files/patch-sulci-Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-im/sulci/files/patch-sulci-Makefile b/net-im/sulci/files/patch-sulci-Makefile new file mode 100644 index 000000000000..1399ddd8193b --- /dev/null +++ b/net-im/sulci/files/patch-sulci-Makefile @@ -0,0 +1,11 @@ +--- sulci/Makefile.orig Fri Feb 3 16:05:51 2006 ++++ sulci/Makefile Sun Feb 5 00:59:08 2006 +@@ -7,7 +7,7 @@ + SOURCES = version.ml config.ml logger.ml common.ml types.ml lang.ml muc.ml \ + find_url.ml muc_log.ml hooks.ml iq.ml http_suck.ml + +-SUBDIRS = lang ++SUBDIRS = lang utils/wtf + + #ifdef MUC_LOG + # SOURCES += muc_log.ml |