[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[irssi-xmpp] NetBSD pkgsrc-wip irssi-xmpp package and a little Makefile patch regarding doc-install



Hello to the entire irssi-xmpp community!
I am happy to announce that irssi-xmpp is now available as pkgsrc[0]
package[1] via pkgsrc-wip project[2].

I suggest to add the "-m 644" option to the install in doc-install
Makefile target in order to install documentation files with the proper
mode. A trivial patch is attached.

While here I would like to thanks all the irssi-xmpp community for this
software!


PS: I am not subscribed to this list so please Cc me.


Keep up the good work!
L.

 [0]: http://www.pkgsrc.org/
 [1]: http://pkgsrc.se/wip/irssi-xmpp
 [2]: http://pkgsrc-wip.sourceforge.net/
--- Makefile.orig	2012-06-10 14:57:28.000000000 +0200
+++ Makefile	2012-06-10 14:58:03.000000000 +0200
@@ -15,7 +15,7 @@
 doc-install:
 	@echo installing documentation files to ${DESTDIR}${IRSSI_DOC}/irssi-xmpp
 	@install -d ${DESTDIR}${IRSSI_DOC}/irssi-xmpp
-	@cd docs/ && install FAQ GENERAL MUC STARTUP XEP ${DESTDIR}${IRSSI_DOC}/irssi-xmpp
+	@cd docs/ && install -m 644 FAQ GENERAL MUC STARTUP XEP ${DESTDIR}${IRSSI_DOC}/irssi-xmpp
 
 doc-uninstall:
 	@echo uninstalling documentation files from ${DESTDIR}${IRSSI_DOC}/irssi-xmpp