aboutsummaryrefslogtreecommitdiff
path: root/net-im/imcom/files/patch-Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/imcom/files/patch-Makefile.in')
-rw-r--r--net-im/imcom/files/patch-Makefile.in41
1 files changed, 0 insertions, 41 deletions
diff --git a/net-im/imcom/files/patch-Makefile.in b/net-im/imcom/files/patch-Makefile.in
deleted file mode 100644
index df15ce4564ed..000000000000
--- a/net-im/imcom/files/patch-Makefile.in
+++ /dev/null
@@ -1,41 +0,0 @@
---- Makefile.in.orig Mon Jul 21 15:34:31 2003
-+++ Makefile.in Mon Jul 21 15:39:57 2003
-@@ -2,7 +2,7 @@
- exec_prefix = @exec_prefix@
- bindir = @bindir@
- datadir = @datadir@
--docdir = @datadir@/imcom/docs
-+docdir = @datadir@/doc/imcom
- mandir = @mandir@
-
- all:
-@@ -13,21 +13,23 @@
-
- install-bin: install-modules
- install -d -m 0755 ${bindir}
-- install -m 0755 imcom ${bindir}
-+ ${BSD_INSTALL_SCRIPT} imcom ${bindir}
-
- install-modules:
- install -d -m 0755 ${datadir}/imcom
- install -d -m 0755 ${datadir}/imcom/modules
- install -m 0644 *.py ${datadir}/imcom
- install -m 0644 modules/*.py ${datadir}/imcom/modules
-- install -m 0755 CLI.py LogHandler.py AccountCreator.py ${datadir}/imcom
-+ ${BSD_INSTALL_SCRIPT} CLI.py LogHandler.py AccountCreator.py ${datadir}/imcom
-
- install-doc:
-- install -d -m 0755 ${docdir}
- install -d -m 0755 ${mandir}/man1
-- install -m 0755 docs/*.html ${docdir}
-- install -m 0755 CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${docdir}
-- install -m 0755 docs/imcom.1 ${mandir}/man1/imcom.1
-+ ${BSD_INSTALL_MAN} docs/imcom.1 ${mandir}/man1/imcom.1
-+.if !defined(NOPORTDOCS)
-+ install -d -m 0755 ${docdir}
-+ ${BSD_INSTALL_DATA} docs/*.html ${docdir}
-+ ${BSD_INSTALL_DATA} CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${docdir}
-+.endif
-
-
- uninstall: