diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-02-14 10:41:19 +0000 |
commit | ce5da22b7076167a515a6a0b602b22b67022e5ff (patch) | |
tree | 2de75577a4acfc9897ffb9ed4f14f84b6bf1ef54 /net-im/licq/files/patch-aa | |
parent | Yipes, committed the wrong one. This is the INDEX file for 3.1R. (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_1_0'.release/3.1.0
Diffstat (limited to 'net-im/licq/files/patch-aa')
-rw-r--r-- | net-im/licq/files/patch-aa | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/net-im/licq/files/patch-aa b/net-im/licq/files/patch-aa deleted file mode 100644 index a48b995d42f2..000000000000 --- a/net-im/licq/files/patch-aa +++ /dev/null @@ -1,29 +0,0 @@ ---- misc/Makefile.in.orig Fri Oct 30 13:29:28 1998 -+++ misc/Makefile.in Sun Nov 1 21:22:45 1998 -@@ -17,6 +17,7 @@ - INSTALL = @INSTALL@ - INSTALL_PROGRAM = @INSTALL_PROGRAM@ - INSTALL_DATA = @INSTALL_DATA@ -+INSTALL_SCRIPT = ${INSTALL} -c -o bin -g bin -m 555 - - CONF_FILES = sample.uin users.conf licq.conf - -@@ -31,9 +32,9 @@ - $(RM) Makefile - - install: -- ${INSTALL_PROGRAM} licq.javaconvert ${bindir} -- ${INSTALL_PROGRAM} licq.micqconvert ${bindir} -- ${INSTALL_PROGRAM} licq.winconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.javaconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.micqconvert ${bindir} -+ ${INSTALL_SCRIPT} licq.winconvert ${bindir} - ${INSTALL} -d ${pkgdatadir}/data - ${INSTALL} -d ${pkgdatadir}/conf - ${INSTALL} -d ${pkgdatadir}/translations -@@ -46,4 +47,5 @@ - for i in translations/*; do \ - ${INSTALL_DATA} $$i ${pkgdatadir}/translations; \ - done -+ ${INSTALL} licq.1 ${prefix}/man/man1 - |