diff options
author | 2003-05-21 05:01:11 +0000 | |
---|---|---|
committer | 2003-05-21 05:01:11 +0000 | |
commit | a18d196a87574da90e07c37066e01eab6242c165 (patch) | |
tree | 7d2ac05d851a9020f10a4d9929e08138acaeb472 /net-im/imcom/files | |
parent | removed old betas finally since repoman doesn't .. (diff) | |
download | historical-a18d196a87574da90e07c37066e01eab6242c165.tar.gz historical-a18d196a87574da90e07c37066e01eab6242c165.tar.bz2 historical-a18d196a87574da90e07c37066e01eab6242c165.zip |
remove old makefile fix
Diffstat (limited to 'net-im/imcom/files')
-rw-r--r-- | net-im/imcom/files/Makefile-1.30_beta8 | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/net-im/imcom/files/Makefile-1.30_beta8 b/net-im/imcom/files/Makefile-1.30_beta8 deleted file mode 100644 index 587f0a3b2ac7..000000000000 --- a/net-im/imcom/files/Makefile-1.30_beta8 +++ /dev/null @@ -1,38 +0,0 @@ -prefix=/usr -exec_prefix = ${prefix} -bindir = ${exec_prefix}/bin -datadir = ${prefix}/share -mandir = ${prefix}/man - -all: - chmod +x imcom CLI.py LogHandler.py AccountCreator.py - -install: all install-docs - mkdir -p ${DESTDIR}/${datadir}/imcom - cp *.py ${DESTDIR}/${datadir}/imcom - mkdir -p ${DESTDIR}/${bindir} - cp imcom ${DESTDIR}/${bindir} - -install-docs: - mkdir -p ${DESTDIR}/${datadir}/doc/imcom${MYVER} - cp docs/*.html ${DESTDIR}/${datadir}/doc/imcom${MYVER} - cp CONTRIBUTORS LICENSE README README.autostatus TODO WHATSNEW ${DESTDIR}/${datadir}/doc/imcom${MYVER} - mkdir -p ${DESTDIR}/${mandir}/man1/ - cp docs/imcom.1 ${DESTDIR}/${mandir}/man1/imcom.1 - - - -uninstall: - rm -rf ${datadir}/imcom - rm -f ${bindir}/imcom - rm -f ${mandir}/man1/imcom.1 - -clean: - rm -f config.status config.log config.cache *.pyc - -distclean: clean - rm -rf CVS docs/CVS - rm -f imcom Makefile - rm -f docs/imcom.7 - chmod a-x CLI.py LogHandler.py AccountCreator.py - rm -f *~ .#* |